Purpose
oceanbase.CDB_OB_BACKUP_BACKUPSET_TASK displays information about ongoing secondary backup tasks on the baseline backup. The tasks are displayed by job.
Fields
| Field | Type | Nullable? | Description |
|---|---|---|---|
| INCARNATION | bigint(20) | NO | The nth incarnation of the database after the Flashback Database operation. |
| BS_KEY | bigint(20) | NO | The value of the backup set. |
| COPY_ID | bigint(20) | NO | The nth copy. |
| BACKUP_TYPE | varchar(1) | NO | The type of the backup. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| TOTAL_PG_COUNT | bigint(20) | NO | The total number of partition groups. |
| FINISH_PG_COUNT | bigint(20) | NO | The number of partition groups that have been backed up. |
| TOTAL_PARTITION_COUNT | bigint(20) | NO | The total number of partitions. |
| TOTAL_MACRO_BLOCK_COUNT | bigint(20) | NO | The total number of macro blocks. |
| FINISH_PARTITION_COUNT | bigint(20) | NO | The number of partitions 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 size of the read data. |
| OUTPUT_BYTES | bigint(20) | NO | The size of the output data. |
| START_TIME | timestamp(6) | NO | The start time. |
| COMPLETION_TIME | timestamp(6) | NO | The end time. |
| STATUS | varchar(9) | NO | The secondary backup status. |