Feature
This view displays the OBServer-level compaction progress of a tenant.
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:
|
| ZONE | varchar(20) | NO | The zone. |
| COMPACTION_SCN | bigint(20) unsigned | NO | The major compaction version. |
| STATUS | varchar(10) | NO | The status information. |
| TOTAL_TABLET_CNT | bigint(20) | NO | The total number of tablets. |
| UNFINISHED_TABLET_CNT | bigint(20) | NO | The number of unfinished tablets. |
| DATA_SIZE | bigint(20) | NO | The total amount of data to scan. |
| UNFINISHED_DATA_SIZE | bigint(20) | NO | The amount of data to scan. |
| COMPRESSION_RATIO | bigint(20) | NO | The compression ratio of the data that is written since the last major compaction version. |
| START_TIME | timestamp(6) | NO | The start time. |
| ESTIMATED_FINISH_TIME | timestamp(6) | NO | The estimated completion time. If COMPACTION_PROGRESS is displayed as 100, the compaction end time is displayed. |
| COMMENTS | varchar(256) | NO | The comment information. When the major compaction is in progress, the latest compaction event is recorded. If the major compaction has ended, the total time consumed is recorded. |