Skip to content

Commit c3eb6db

Browse files
Revert "feat(data warehouse): add link to ClickHouse doc about distributed tables (#5793)" (#5804)
This reverts commit 8758d70.
1 parent b61b47a commit c3eb6db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pages/data-warehouse/concepts.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ 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) to learn more about the Distributed table engine.
46-
4745
## Horizontal scaling
4846

4947
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)