Note
This view is available starting with V4.1.0.
Purpose
This view displays the progress of log stream archiving for the current tenant.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| DEST_ID | bigint(20) | NO | The ID of the archive destination. |
| LS_ID | bigint(20) | NO | The ID of the log stream. |
| ROUND_ID | bigint(20) | NO | The ID of the log stream round. |
| PIECE_ID | bigint(20) | NO | The ID of the latest piece. |
| INCARNATION | bigint(20) | NO | The ID of the incarnation. |
| START_SCN | bigint(20) unsigned | NO | The SCN of the start of the archiving. |
| MIN_LSN | bigint(20) unsigned | NO | The minimum LSN of the current piece. |
| MAX_LSN | bigint(20) unsigned | NO | The maximum LSN of the current piece. |
| CHECKPOINT_SCN | bigint(20) unsigned | NO | The maximum archiving progress of the current piece. |
| STATUS | varchar(64) | NO | The status of the archiving. |
| FILE_ID | bigint(20) | NO | The ID of the largest archived file in the current piece. |
| FILE_OFFSET | bigint(20) | NO | The offset of the largest archived file in the current piece. |
| INPUT_BYTES | bigint(20) | NO | The size of the read log data, in bytes. |
| OUTPUT_BYTES | bigint(20) | NO | The size of the archived log data, in bytes. |
