We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
现在均分槽位的算法(cluster.py中的slot_balance)在多次执行后会把槽位分得很散, 导致cluster nodes和cluster slots返回的数据非常大, 因此需要优化均分槽位的算法. 要求: 1 整个集群均分时尽可能少迁移槽位 2 不能迁移包含大量数据的槽位 3 整个集群均分后, 槽位尽可能连续 (集群中被切碎的槽位区间尽可能少)
cluster nodes
cluster slots
The text was updated successfully, but these errors were encountered:
No branches or pull requests
现在均分槽位的算法(cluster.py中的slot_balance)在多次执行后会把槽位分得很散, 导致
cluster nodes
和cluster slots
返回的数据非常大, 因此需要优化均分槽位的算法.要求:
1 整个集群均分时尽可能少迁移槽位
2 不能迁移包含大量数据的槽位
3 整个集群均分后, 槽位尽可能连续 (集群中被切碎的槽位区间尽可能少)
The text was updated successfully, but these errors were encountered: