Purpose
oceanbase.CDB_OB_BACKUP_ARCHIVELOG_PROGRESS displays the backup progress information of a single partition group.
Fields
| Field | Type | Nullable? | Description |
|---|---|---|---|
| INCARNATION | bigint(20) | NO | The nth incarnation of the database after the Flashback Database operation. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| LOG_ARCHIVE_ROUND | bigint(20) | NO | The nth complete clog backup data flow. |
| CUR_PIECE_ID | bigint(20) | NO | The ID of the log backup piece. |
| SVR_IP | varchar(32) | NO | The IP address of the server. |
| SVR_PORT | bigint(20) | NO | The port number of the server. |
| TABLE_ID | bigint(20) | NO | The ID of the table. |
| PARTITION_ID | bigint(20) | NO | The ID of the partition. |
| MIN_FIRST_TIME | timestamp(6) | NO | The timestamp of when the log backup started. |
| MAX_NEXT_TIME | timestamp(6) | NO | The maximum timestamp of logs that have been backed up. |
| STATUS | varchar(11) | NO | The status of the backup task. |