Note
This view is available starting with V4.0.0.
Purpose
This view displays the diagnostic information of compactions on the current node.
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 compaction. Valid values:
MDS_TABLE_MERGE: persists the system metadata in the SSTable format to the disk.
MAJOR_MERGE: tenant-level compaction.
MEDIUM_MERGE: partition-level compaction.
MINI_MERGE: mini compaction. Converts a MemTable to a Mini SSTable.
MINOR_MERGE: minor compaction. Combines multiple Mini SSTables into a new Mini SSTable or combines multiple Mini SSTables with a Minor SSTable into a new Minor SSTable.
META_MAJOR_MERGE: a special type of compaction. Combines the data before a specified time point into a Meta Major SSTable. The data format of a 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 log stream ID. |
| TABLET_ID |
NUMBER(38) |
NO |
The data tablet ID. |
| STATUS |
VARCHAR2(15) |
NO |
The task status. |
| DIAGNOSE_INFO |
VARCHAR2(1024) |
NO |
The diagnostic information. |