incubator-horaedb-meta
incubator-horaedb-meta copied to clipboard
Optimize the hash algorithm to make the distribution of shards and tables more even
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