Note
This view is available starting with V4.0.0.
Purpose
This view displays the diagnostic information of major compactions on all nodes.
Columns
| Column |
Type |
Nullable |
Description |
| SVR_IP |
VARCHAR2(46) |
NO |
The IP address of the server. |
| SVR_PORT |
NUMBER(38) |
NO |
The port number of the server. |
| TENANT_ID |
NUMBER(38) |
NO |
The tenant ID. |
| TYPE |
VARCHAR2(64) |
NO |
The type of major compaction:
MDS_TABLE_MERGE: Persist the system's metadata in the SSTable format to disk.
MAJOR_MERGE: Major compaction at the tenant level.
MEDIUM_MERGE: Medium compaction at the partition level.
MINI_MERGE: Mini compaction, which converts a MemTable to a Mini SSTable.
MINOR_MERGE: Minor compaction, which combines multiple Mini SSTables into a new Mini SSTable or combines multiple Mini SSTables with one Minor SSTable into a new Minor SSTable.
META_MAJOR_MERGE: A special type of major compaction. It combines all data before a specified time point into a Meta Major SSTable. The data format of the Meta Major SSTable is the same as that of a Major SSTable. It does not contain multi-version data or uncommitted transaction data.
|
| LS_ID |
NUMBER(38) |
NO |
The ID of the log stream. |
| TABLET_ID |
NUMBER(38) |
NO |
The ID of the data tablet. |
| STATUS |
VARCHAR2(15) |
NO |
The status of the task. |
| CREATE_TIME |
TIMESTAMP(6) WITH LOCAL TIME ZONE |
NO |
The time when the task was created. |
| DIAGNOSE_INFO |
VARCHAR2(1024) |
NO |
The diagnostic information. |