Skip to content

Commit f214768

Browse files
authored
Merge pull request #3455 from ClickHouse/additional_note
Also mention replicas in cloud disclaimer.
2 parents 16e0004 + 387579f commit f214768

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/managing-data/core-concepts/shards.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ import image_03 from '@site/static/images/managing-data/core-concepts/shards_03.
1111
import image_04 from '@site/static/images/managing-data/core-concepts/shards_04.png'
1212
import image_05 from '@site/static/images/managing-data/core-concepts/shards_replicas_01.png'
1313

14-
## What are table shards in ClickHouse? {#what-are-table-shards-in-clickhouse}
1514
<br/>
16-
1715
:::note
18-
This topic doesn’t apply to ClickHouse Cloud, where [Parallel Replicas](/docs/deployment-guides/parallel-replicas) serve the same purpose as multiple shards in traditional shared-nothing ClickHouse clusters.
16+
This topic doesn’t apply to ClickHouse Cloud, where [Parallel Replicas](/docs/deployment-guides/parallel-replicas) function like multiple shards in traditional shared-nothing ClickHouse clusters, and object storage [replaces](https://clickhouse.com/blog/clickhouse-cloud-boosts-performance-with-sharedmergetree-and-lightweight-updates#shared-object-storage-for-data-availability) replicas, ensuring high availability and fault tolerance.
1917
:::
2018

21-
19+
## What are table shards in ClickHouse? {#what-are-table-shards-in-clickhouse}
2220

2321
In traditional [shared-nothing](https://en.wikipedia.org/wiki/Shared-nothing_architecture) ClickHouse clusters, sharding is used when ① the data is too large for a single server or ② a single server is too slow for processing the data. The next figure illustrates case ①, where the [uk_price_paid_simple](/parts) table exceeds a single machine’s capacity:
2422

0 commit comments

Comments
 (0)