Feature
This view shows the recovery tasks that have been completed.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| JOB_ID | bigint(20) | The ID of the recovery job. | |
| RESTORE_TENANT_NAME | varchar(128) | The name of the tenant to be recovered. | |
| RESTORE_TENANT_ID | bigint(20) | The ID of the tenant to be recovered. | |
| BACKUP_TENANT_NAME | varchar(128) | The name of the backup source tenant. | |
| BACKUP_TENANT_ID | bigint(20) | The ID of the backup source tenant. | |
| BACKUP_CLUSTER_NAME | varchar(128) | The name of the backup source cluster. | |
| BACKUP_DEST | longtext | The backup set paths. The value contains the data backup path and log archive path. | |
| RESTORE_SCN | bigint(20) unsigned | The recovery system change number (SCN). | |
| RESTORE_SCN_DISPLAY | varchar(26) | The recovery SCN displayed as a timestamp. | |
| RESTORE_OPTION | varchar(4096) | The recovery option specified when recovery is initiated. | |
| START_TIMESTAMP | timestamp(6) | The start timestamp of the recovery job. | |
| FINISH_TIMESTAMP | timestamp(6) | The end timestamp of the recovery job. | |
| STATUS | varchar(64) | The recovery result. Valid values:
|
|
| BACKUP_PIECE_LIST | longtext | The paths of log archive pieces for recovery, which are separated with commas (,). Example: file:///data/nfs/backup/archive/2_1_2,file:///data/nfs/backup/archive/2_1_3 |
|
| BACKUP_SET_LIST | longtext | The backup set paths for recovery, which are separated with commas (,). Example: file:///data/nfs/backup/data/backup_set_1_full,file:///data/nfs/backup/data/backup_set_2_inc |
|
| BACKUP_CLUSTER_VERSION | bigint(20) | The version number of the backup source cluster. | |
| LS_COUNT | bigint(20) | The total number of log streams to recover. | |
| FINISH_LS_COUNT | bigint(20) | The total number of log streams recovered. | |
| TABLET_COUNT | bigint(20) | The total number of tablets to recover. | |
| FINISH_TABLET_COUNT | bigint(20) | The number of tablets recovered. | |
| TOTAL_BYTES | bigint(20) | The total number of bytes to recover. | |
| TOTAL_BYTES_DISPLAY | varchar(27) | The total number of bytes to recover, in a storage capacity unit. | |
| FINISH_BYTES | bigint(20) | The number of bytes recovered. | |
| FINISH_BYTES_DISPLAY | varchar(27) | The total number of bytes recovered, in a storage capacity unit. | |
| DESCRIPTION | varchar(1024) | The description specified in the recovery statement. | |
| COMMENT | varchar(1024) | The information about a failed recovery job. | |