Skip to content

Commit 9f0d762

Browse files
committed
add tip about operational burden
1 parent 5273198 commit 9f0d762

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

docs/deployment-guides/replication-sharding-examples/01_1_shard_2_replicas.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import KeeperConfigExplanation from '@site/docs/deployment-guides/replication-sh
1919
import VerifyKeeperStatus from '@site/docs/deployment-guides/replication-sharding-examples/_snippets/_verify_keeper_using_mntr.mdx';
2020
import DedicatedKeeperServers from '@site/docs/deployment-guides/replication-sharding-examples/_snippets/_dedicated_keeper_servers.mdx';
2121
import ExampleFiles from '@site/docs/deployment-guides/replication-sharding-examples/_snippets/_working_example.mdx';
22+
import CloudTip from '@site/docs/deployment-guides/replication-sharding-examples/_snippets/_cloud_tip.mdx';
2223

2324
> In this example, you'll learn how to set up a simple ClickHouse cluster which
2425
replicates the data. There are five servers configured. Two are used to host
@@ -395,6 +396,8 @@ In this example, each `users.xml` file is identical for all nodes in the cluster
395396

396397
<KeeperConfigExplanation/>
397398

399+
<CloudTip/>
400+
398401
## Test the setup {#test-the-setup}
399402

400403
Make sure that docker is running on your machine.

docs/deployment-guides/replication-sharding-examples/02_2_shards_1_replica.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import KeeperConfigExplanation from '@site/docs/deployment-guides/replication-sh
1919
import VerifyKeeperStatus from '@site/docs/deployment-guides/replication-sharding-examples/_snippets/_verify_keeper_using_mntr.mdx';
2020
import DedicatedKeeperServers from '@site/docs/deployment-guides/replication-sharding-examples/_snippets/_dedicated_keeper_servers.mdx';
2121
import ExampleFiles from '@site/docs/deployment-guides/replication-sharding-examples/_snippets/_working_example.mdx';
22+
import CloudTip from '@site/docs/deployment-guides/replication-sharding-examples/_snippets/_cloud_tip.mdx';
2223

2324
> In this example, you'll learn how to set up a simple ClickHouse cluster which
2425
scales. There are five servers configured. Two are used to shard the data.
@@ -413,6 +414,8 @@ In this example, each `users.xml` file is identical for all nodes in the cluster
413414

414415
<KeeperConfigExplanation/>
415416

417+
<CloudTip/>
418+
416419
## Test the setup {#test-the-setup}
417420

418421
Make sure that docker is running on your machine.

docs/deployment-guides/replication-sharding-examples/03_2_shards_2_replicas.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import KeeperConfigExplanation from '@site/docs/deployment-guides/replication-sh
1515
import VerifyKeeperStatus from '@site/docs/deployment-guides/replication-sharding-examples/_snippets/_verify_keeper_using_mntr.mdx';
1616
import DedicatedKeeperServers from '@site/docs/deployment-guides/replication-sharding-examples/_snippets/_dedicated_keeper_servers.mdx';
1717
import ExampleFiles from '@site/docs/deployment-guides/replication-sharding-examples/_snippets/_working_example.mdx';
18+
import CloudTip from '@site/docs/deployment-guides/replication-sharding-examples/_snippets/_cloud_tip.mdx';
1819

1920
> In this example, you'll learn how to set up a simple ClickHouse cluster which
2021
both replicates and scales. It consisting of two shards and two replicas with a
@@ -438,6 +439,8 @@ Next you will configure ClickHouse Keeper, which is used for coordination.
438439

439440
<KeeperConfigExplanation/>
440441

442+
<CloudTip/>
443+
441444
## Test the setup {#test-the-setup}
442445

443446
Make sure that docker is running on your machine.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
:::tip Simplified management
2+
For teams without dedicated database operations expertise, [ClickHouse Cloud](/cloud/overview)
3+
removes the operational burden associated with managing shards and replicas. The
4+
platform automatically handles high availability, replication, and scaling decisions.
5+
Compute and storage are separate and scale based on demand without requiring manual
6+
configuration or ongoing maintenance.
7+
8+
[Read more](/manage/scaling)
9+
:::

0 commit comments

Comments
 (0)