1. Home
  2. Knowledge Base
  3. ClickHouse Performance

ClickHouse Performance

Check ClickHouse Disks

Following query will show you ClickHouse Disks via reading system.disks table. SELECT name, path, formatReadableSize(sum(free_space)) as free_space, formatReadableSize(sum(total_space)) as total_space,...

How to add new replica node in ClickHouse Cluster setup with ClickHouse Keeper

In a ClickHouse replication cluster, adding a new node is a common operation to scale your cluster and improve fault...

Convert existing MergeTree Table into Replication in ClickHouse

Introduction This knowledge-based article will guide you through converting an existing MergeTree table into a Replication in ClickHouse. This conversion...

Tools widely used for data visualization and business intelligence with ClickHouse

We can use Apache Superset, Cube.js, Grafana, Looker, Tableau, Redash, and Metabase to render and display data stored in ClickHouse....