Note
This view is available starting with V4.0.0.
Overview
Displays the file status of the backup set.
Columns
Field Name |
Type |
Whether can be NULL |
Description |
|---|---|---|---|
| BACKUP_SET_ID | bigint(20) | NO | Backup Set ID |
| DEST_ID | bigint(20) | NO | Backup Path ID |
| INCARNATION | bigint(20) | NO | Indicates the number of forks after the database is flashed back |
| BACKUP_TYPE | varchar(64) | NO | Backup type:
|
| PREV_FULL_BACKUP_SET_ID | bigint(20) | NO | BACKUP_SET_ID of the last full backup on which the current backup set depends |
| PREV_INC_BACKUP_SET_ID | bigint(20) | NO | BACKUP_SET_ID of the Previous Incremental Backup on Which the Current Backup Set Depends |
| START_TIMESTAMP | timestamp(6) | NO | Backup Set Start Timestamp |
| END_TIMESTAMP | timestamp(6) | NO | Backup Set End Time |
| STATUS | varchar(64) | NO | Backup Status |
| FILE_STATUS | varchar(64) | NO | File status of the backup set: <
|
| ELAPSED_SECONDES | decimal(22,0) | NO | Backup Time |
| PLUS_ARCHIVELOG | varchar(4096) | NO | Whether to include log completion |
| START_REPLAY_SCN | bigint(20) unsigned | NO | Backup Set Dependent on Log Replay SCN |
| START_REPLAY_SCN_DISPLAY | datetime(6) | NO | Backup Set Dependency Log Playback Timestamp Offset |
| MIN_RESTORE_SCN | bigint(20) unsigned | NO | Latest Restorable SCN of Backup Set |
| MIN_RESTORE_SCN_DISPLAY | varchar(4096) | NO | Minimum Restorable Timestamp Point for Backup Set |
| INPUT_BYTES | bigint(20) | YES | Input Bytes |
| OUTPUT_BYTES | bigint(20) | YES | Output Bytes |
| OUTPUT_RATE_BYTES | decimal(28,4) | NO | Output Bytes Per Second |
| EXTRA_META_BYTES | bigint(20) | YES | Extra Bytes |
| TABLET_COUNT | bigint(20) | YES | Total Number of Backed-up Tablets |
| FINISH_TABLET_COUNT | bigint(20) | YES | Total Backed-up Tablets |
| MACRO_BLOCK_COUNT | bigint(20) | YES | Total Backup Macroblocks |
| FINISH_MACRO_BLOCK_COUNT | bigint(20) | YES | Total Number of Backup Macroblocks Completed |
| FILE_COUNT | bigint(20) | YES | Number of Backup Files |
| META_TURN_ID | bigint(20) | YES | Backup META Cycle |
| DATA_TURN_ID | bigint(20) | YES | Backup Cycle |
| RESULT | bigint(20) | NO | Backup Error Code Result |
| COMMENT | varchar(4096) | YES | Backup Error Code Description |
| ENCRYPTION_MODE | varchar(64) | YES | Encryption mode:
Currently, only the None and Password modes are supported. |
| PASSWD | varchar(128) | YES | password |
| TENANT_COMPATIBLE | varchar(4096) | NO | Tenant Version |
| BACKUP_COMPATIBLE | bigint(20) | NO | Backup Set Version |
| PATH | varchar(4096) | YES | Backup Path |
| CLUSTER_VERSION | varchar(4096) | NO | Cluster Version |
| CONSISTENT_SCN | bigint(20) unsigned | NO | Backup Consistent Timestamp |
| MINOR_TURN_ID | bigint(20) | NO | Round of minor compaction backup completion |
| MAJOR_TURN_ID | bigint(20) | NO | Round of Baseline Data Backup Completion |
