Overview
oceanbase.CDB_OB_BACKUP_PROGRESS displays progresses of database backup tasks.
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| INCARNATION | bigint(20) | NO | The number of the incarnation of the database. |
| BS_KEY | bigint(20) | NO | The ID of the backup set. |
| BACKUP_TYPE | VARCHAR(1) | NO | * D: indicates a full backup. * I: indicates an incremental backup. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| PARTITION_COUNT | bigint(20) | YES | The number of partition groups. |
| MACRO_BLOCK_COUNT | bigint(20) | NO | The number of macro blocks. |
| FINISH_PARTITION_COUNT | bigint(20) | YES | The number of partition groups that have been backed up. |
| FINISH_MACRO_BLOCK_COUNT | bigint(20) | NO | The number of macro blocks that have been backed up. |
| INPUT_BYTES | bigint(20) | NO | The number of input bytes. |
| OUTPUT_BYTES | bigint(20) | NO | The number of output bytes. |
| START_TIME | timestamp(6) | NO | The start time. |
| COMPLETION_TIME | timestamp(6) | NO | The completion time. |
| STATUS | varchar(9) | NO | The status of the backup task. |