segment_move_steps
The ggrebalance.segment_move_steps table stores information about each step of a cluster rebalancing operation.
| Column | Type | Description |
|---|---|---|
move_order |
integer |
Ordinal number of this step in the rebalance plan |
status |
text |
The current status of the step. Possible values are:
|
is_rollback |
boolean |
Shows whether the step is performed in a rollback operation |
step |
bytea |
Serialized representation of the step |
See also Monitor rebalance state.