Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Right now we will add new range every day for a fact table which has range+hash partitions, and then rebalance it as soon as possible. It seems that not only the new added tablets of this table but also the historical tablets will be rebalanced. But the historical tablets already have data, so they are heavy to move and it will increase the disk and network suddenly. So, I think it will be good to rebalance the new added range partitions.