TABLE_RECOVERY_STATUS
Provides node recovery information during a Recovery By Table.
Column Name | Data Type | Description |
---|---|---|
NODE_NAME |
VARCHAR |
Name of the node that is performing the recovery. |
NODE_RECOVERY_START_TIME |
TIMESTAMPZ | The timestamp for when the node began recovering. |
IS_RUNNING |
BOOLEAN |
Indicates if the recovery process is still running. |
RECOVER_EPOCH |
INTEGER | The epoch that the recovery operation is trying to recover to. |
RECOVERING_TABLE_NAME |
VARCHAR | The name of the table currently recovering. |
RECOVERED_TABLE_COUNT |
INTEGER | Indicates how many tables on the node have already recovered. |
TABLE_COUNT |
INTEGER | The total number of tables on the node. |
Privileges
None