You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "HeLifu (JIRA)" <ji...@apache.org> on 2019/05/13 06:45:00 UTC

[jira] [Created] (KUDU-2823) Rebalance range partition

HeLifu created KUDU-2823:
----------------------------

             Summary: Rebalance range partition
                 Key: KUDU-2823
                 URL: https://issues.apache.org/jira/browse/KUDU-2823
             Project: Kudu
          Issue Type: Improvement
            Reporter: HeLifu


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 t will impact the disk and network. So, I think it will be good to rebalance the new added range partitions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)