Fix the Developer Verification Error in MacOSLearn how to resolve the MacOS developer verification error when running ClickHouse commands, using either System Settings or the terminal.Jan 9, 2024 · 2 min read
How do I use NodeJS with @clickhouse/clientLearn how to use @clickhouse/client in a Node.js application to interact with ClickHouse and perform queries.Nov 22, 2023 · 2 min read
Change the prompt in clickhouse-clientThis article explains how to change the prompt in your Clickhouse client and clickhouse-local terminal window from :) to a prefix followed by :)Nov 16, 2023 · 2 min read
How to Check Your ClickHouse Cloud Service StateLearn how to use the ClickHouse Cloud API to check if your service is stopped, idle, or running without waking it up.Nov 16, 2023 · One min read
Can you use ClickHouse for vector search?Learn how to use ClickHouse for vector search, including storing embeddings and searching with distance functions like cosine similarity.Oct 26, 2023 · 2 min read
About Quotas and Query complexityQuotas and Query Complexity are powerful ways to limit and restrict what users can do in ClickHouse. This KB article shows examples on how to apply these two different approaches.Oct 25, 2023 · 6 min read
How do I change my Billing Contact in ClickHouse Cloud?Let's learn how to change your billing address in ClickHouse Cloud.Sep 8, 2023 · One min read
How to Check Users Assigned to Roles and Vice VersaLearn how to query ClickHouse's `system.role_grants` to find users assigned to roles and roles assigned to specific users.Sep 7, 2023 · 3 min read
Alter User Settings ExceptionHanding the an exception thrown when altering user settingsAug 26, 2023 · One min read