Note
This view is available starting with V4.0.0.
Purpose
This view displays the information about backup_set/backup_piece cleanup tasks that are being executed in the current tenant. The sys tenant and Meta tenant do not support backup cleanup.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| TASK_ID | bigint(20) | NO | The task group ID, which is used to identify a group of tasks. |
| INCARNATION | bigint(20) | NO | The incarnation ID. |
| JOB_ID | bigint(20) | NO | The task ID, which corresponds to the ID in the job table. |
| TASK_TYPE | varchar(64) | NO | The task type. Valid values:
|
| ID | bigint(20) | NO | The task ID, which can be the ID of a backup_set or a piece. |
| ROUND_ID | bigint(20) | NO | The dest_round_id to which the piece belongs. For the cleanup of a backup_set, the ROUND_ID is 0. |
| DEST_ID | bigint(20) | NO | The destination ID of the backup destination. |
| START_TIMESTAMP | timestamp(6) | NO | The task start time. |
| END_TIMESTAMP | timestamp(6) | NO | The task end time. |
| STATUS | varchar(64) | NO | The task status. Valid values:
|
| TOTAL_TASK_COUNT | bigint(20) | YES | The number of subtasks.
NoteThis field is available starting with V4.6.0. |
| FINISH_TASK_COUNT | bigint(20) | YES | The number of completed subtasks.
NoteThis field is available starting with V4.6.0. |
| RESULT | bigint(20) | YES | The error code. |
| COMMENT | varchar(4096) | YES | The comment. |
| PATH | varchar(1024) | NO | The backup destination of the backup_set or backup_piece. |
