Feature
This view displays the progress of a data shard-level compaction.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| SVR_IP | varchar(46) | NO | The IP address of the OBServer. |
| SVR_PORT | bigint(20) | NO | The port number of the OBServer. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| TYPE | varchar(64) | NO | The compaction type. Valid values: MINI: minor or L0 compaction that converts MemTables into SSTables.MAJOR: major compaction.MINI MINOR: L1 compaction that combines multiple mini SSTables into one.BUF MINOR: buffer minor compaction that generates special buffer minor SSTables. |
| TABLE_ID | bigint(20) | NO | The ID of the primary table. |
| LS_ID | bigint(20) | NO | The log stream ID. |
| TABLET_ID | bigint(20) | NO | The ID of the data shard. |
| VERSION | bigint(20) | NO | The major compaction version. |
| TASK_ID | varchar(64) | NO | The execution trace. |
| STATUS | varchar(15) | NO | The task status. |
| DATA_SIZE | bigint(20) | NO | The total amount of data to scan. |
| UNFINISHED_DATA_SIZE | bigint(20) | NO | The amount of data to scan. |
| PROGRESSIVE_COMPACTION_ROUND | bigint(20) | NO | The current compaction round in a progressive compaction. |
| CREATE_TIME | timestamp(6) | NO | The time when the task was created. |
| START_TIME | timestamp(6) | NO | The start time. |
| ESTIMATED_FINISH_TIME | timestamp(6) | NO | The estimated completion time. |