Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# ClickHouse Rebalancing
# ClickHouse Shard Addition

Rebalancing shards in ClickHouse is primarily a manual process due to inherent [limitations](https://clickhouse.com/docs/en/guides/sre/scaling-clusters) in ClickHouse. To simplify this process, we have developed a tool to assist with shard rebalancing.

!!! warning
Avoid adding shards during an ODM upgrade, as schema migrations may leave the cluster in an inconsistent state.

## Prerequisites

- Ensure there are no running ODM tasks. Wait for all tasks to complete before proceeding. This step is crucial to maintain data consistency in ClickHouse.
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ nav:
- Helm:
- How to deploy: home/helm/how-to-deploy.md
- Clickhouse:
- Rebalancing: home/clickhouse/rebalancing.md
- Shard Addition: home/clickhouse/shard-addition.md
- Troubleshooting:
- AWS S3: home/troubleshooting/aws-s3.md
- Azure SSO: home/troubleshooting/azure-sso.md
Expand Down
Loading