Feature
This view displays the OBServer-level compaction progress of a tenant.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| SVR_IP | VARCHAR2(46) | NO | The IP address of the OBServer. |
| SVR_PORT | NUMBER(38) | NO | The port number of the OBServer. |
| TENANT_ID | NUMBER(38) | NO | The ID of the tenant. |
| TYPE | VARCHAR2(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. |
| ZONE | VARCHAR2(128) | NO | The zone. |
| VERSION | NUMBER(38) | NO | The major compaction version. |
| STATUS | VARCHAR2(15) | NO | The status information. |
| TOTAL_TABLET_COUNT | NUMBER(38) | NO | The total number of data shards. |
| UNFINISHED_TABLET_COUNT | NUMBER(38) | NO | The number of uncompleted data shards. |
| DATA_SIZE | NUMBER(38) | NO | The total amount of data to scan. |
| UNFINISHED_DATA_SIZE | NUMBER(38) | NO | The amount of data to scan. |
| COMPRESSION_RATIO | NUMBER(38) | NO | The compression ratio of the data that is written since the last major compaction version. |
| START_TIME | TIMESTAMP(6) WITH LOCAL TIME ZONE | NO | The start time. |
| ESTIMATED_FINISH_TIME | TIMESTAMP(6) WITH LOCAL TIME ZONE | NO | The estimated completion time. If COMPACTION_PROGRESS is displayed as 100, the compaction end time is displayed. |