This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
Optimize the hash algorithm to make the distribution of shards and tables more even #208
Labels
enhancement
New feature or request
Description
We currently use a simple version of consistent hashing as the core algorithm of the scheduling strategy. It cannot guarantee the uniform distribution of tables and shards. We need to optimize this basic version to make the scheduling strategy more perfect.
Proposal
Optimize the hash algorithm to make the distribution of shards and tables more even.
Additional context
The text was updated successfully, but these errors were encountered: