incubator-horaedb-meta icon indicating copy to clipboard operation
incubator-horaedb-meta copied to clipboard

Optimize the hash algorithm to make the distribution of shards and tables more even

Open ZuLiangWang opened this issue 1 year ago • 0 comments

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

ZuLiangWang avatar Jun 28 '23 03:06 ZuLiangWang