From 58b2b274175aed0026d122a68bbbb4cecb042bfe Mon Sep 17 00:00:00 2001 From: Samy OUBOUAZIZ Date: Fri, 14 Nov 2025 10:57:36 +0100 Subject: [PATCH] Revert "feat(data warehouse): add link to ClickHouse doc about distributed tables (#5793)" This reverts commit 8758d704c639b652b34734973294e21245f5fff4. --- pages/data-warehouse/concepts.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/data-warehouse/concepts.mdx b/pages/data-warehouse/concepts.mdx index 58b6495c68..1341eef6c2 100644 --- a/pages/data-warehouse/concepts.mdx +++ b/pages/data-warehouse/concepts.mdx @@ -42,8 +42,6 @@ ClickHouse® uses advanced compression algorithms to reduce storage requirements 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. -Refer to the official [ClickHouse® documentation](https://clickhouse.com/docs/engines/table-engines/special/distributed) to learn more about the Distributed table engine. - ## Horizontal scaling 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.