Purpose
oceanbase.CDB_OB_BACKUP_BACKUP_ARCHIVELOG_SUMMARY displays information about completed secondary backup rounds of the archived logs.
Fields
| Field | Type | Nullable? | Description |
|---|---|---|---|
| INCARNATION | bigint(20) | NO | The nth incarnation of the database after the Flashback Database operation. |
| LOG_ARCHIVE_ROUND | bigint(20) | NO | The nth complete clog backup data flow. |
| COPY_ID | bigint(20) | NO | The nth copy. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| STATUS | varchar(64) | NO | The secondary backup status. |
| 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. |
| INPUT_BYTES | bigint(20) | NO | The size of the read data. |
| OUTPUT_BYTES | bigint(20) | NO | The size of the output data. |
| COMPRESSION_RATIO | decimal(23,2) | NO | The compression ratio. |
| INPUT_BYTES_DISPLAY | varchar(27) | NO | The display value of the size of the read data. |
| OUTPUT_BYTES_DISPLAY | varchar(27) | NO | The display value of the size of the output data. |