radondb/radon

[feature] radon rebalance

BohuTANG opened this issue · 1 comments

Summary

radon rebalance

This admin command aims for re-balance the datas(partition tables) among the backends, migrate only one partition table per operation.

First, we get the rebalance advice:
https://github.com/radondb/radon/blob/master/docs/api.md#balanceadvice

Then, migrate the partition table:
https://github.com/radondb/radon/blob/master/docs/api.md#migrate

ACK