Overview
oceanbase.CDB_OB_BACKUP_TASK_CLEAN_HISTORY provides information about backups that have been cleaned up.
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| 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. |
| PARTITION_COUNT | bigint(20) | NO | The number of partition groups. |
| MACRO_BLOCK_COUNT | bigint(20) | NO | The number of macro blocks. |
| FINISH_PARTITION_COUNT | bigint(20) | NO | The number of partition groups that have been cleaned up. |
| FINISH_MACRO_BLOCK_COUNT | bigint(20) | NO | The number of macro blocks that have been cleaned 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(64) | NO | The backup cleanup status. Valid values: * SUCCESS * FAILED |