Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
MV_ RECOVERY_ STATUS
This view includes information about the status of the current recovery process.
This view is also available as an LMV (local view per node) view.
|
Column Name |
Description |
|---|---|
|
DATABASE_ |
The name of the database being recovered. |
|
DATABASE_ |
The internal ID for the database being recovered. |
|
NODE_ |
The ID of the node from which the database is being recovered. |
|
REPLAY_ |
The replay % completion and an estimated time to completion. |
|
REPLAY_ |
The status of the replay. |
|
REPLAYED_ |
The Log Sequence Number indicating the position to which changes have been applied to the replica. |
|
STARTUP_ |
The Log Sequence Number indicating the position up to which each transaction has been committed. |
|
RECOVERY_ |
Possible values: Attach, Restart node, Restore |
Last modified: