Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
1.0.7, 1.1.0
Description
Currently, redistributedata moves all or none of the segment files from one dbroot to another. It makes no attempt to balance the segments of a partition across dbroots.
redistributedata should become segment aware and balance segments better.
In addition, all data movement is done serially. That is one file at a time. Any parallelism available (multiple files at a time) should be used.
We should also add some way to tell the user that nothing is going to be moved. Currently, it just says started. Then Status says finished. Nothing says what, if anything, was moved.