Skip to content

How to uniformly distribute data in all shards? #7535

Answered by gokhangulbiz
tu5har asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @tu5har,

Citus performs hash calculation over the distribution column value to identify which shard will be used. It's expected to observe that some shards might have more data/query load than others. If you would like to achieve equally distributed data/query load across your shards based on a date data type distribution column, we suggest using the timeseries feature in Citus. You can find more details at https://docs.citusdata.com/en/stable/use_cases/timeseries.html#timeseries-data.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gokhangulbiz
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