Skip to content
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

Open
ZuLiangWang opened this issue Jun 28, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ZuLiangWang
Copy link
Contributor

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 ZuLiangWang added the enhancement New feature or request label Jun 28, 2023
@ZuLiangWang ZuLiangWang self-assigned this Jun 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant