Skip to content

Commit c55f35e

Browse files
committed
docs(dwh): add info on distribution
1 parent 70ce45c commit c55f35e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/data-warehouse/concepts.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ ClickHouse® uses advanced compression algorithms to reduce storage requirements
4242

4343
ClickHouse® supports distributed processing across multiple nodes, allowing it to handle extremely large datasets efficiently and scale horizontally. This architecture enables ClickHouse® to distribute data and queries across a cluster, improving performance and reliability by leveraging the combined resources of all nodes.
4444

45+
Refer to the official [ClickHouse® documentation](https://clickhouse.com/docs/engines/table-engines/special/distributed) for more information on query processing distribution.
46+
4547
## Horizontal scaling
4648

4749
Horizontal scaling refers to the process of adding more nodes to the cluster to increase its capacity and performance. This approach allows the cluster to handle larger datasets and higher query loads by distributing the data and processing tasks across additional nodes. Data Warehouse for ClickHouse® deployments [scale automatically](#autoscaling) according to the incoming workload.

0 commit comments

Comments
 (0)