table_rebalance_status_detail
The ggrebalance.table_rebalance_status_detail table contains information about the status of tables involved in a cluster rebalancing operation.
| Column | Type | Description |
|---|---|---|
db_name |
text |
Name of the database to which the table belongs |
schema_name |
text |
Name of the schema to which the table belongs |
rel_name |
text |
Table name |
status |
text |
Status of the table rebalance: |
rebalance_type |
text |
Rebalancing operation type, for example, |
rebalance_started |
timestamp with time zone |
Timestamp of the table rebalance start |
rebalance_finished |
timestamp with time zone |
Timestamp of the table rebalance end |
source_bytes |
numeric |
The size of disk space associated with the source table. Due to table bloat in heap tables and different number of segments after rebalance, it is not expected that the final number of bytes will equal the source number. This information is tracked to help measure progress and estimate the duration of the end-to-end rebalance operation |
See also Monitor rebalance state.