Skip to content

Shard2Shard Storage Policy? #33477

Closed Answered by tsolodov
sv3t0sl4v asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @sv3t0sl4v , you should get some ideas from this article

ClickHouse does not support automatic shard rebalancing. However, there are ways to rebalance shards in order of preference:

If you need to rebalance existing data and you have partitioned your data, consider detaching partitions and manually relocating them to another node before reattaching to the new shard. This is more manual than subsequent techniques but may be faster and less resource-intensive. This is a manual operation and thus needs to consider the rebalancing of the data.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by leticiawebb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants