Feature
This view displays the information about the MemTables and SSTables in each partition of each OBServer node.
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. |
| TABLE_TYPE | varchar(20) | NO | The type of the table. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| LS_ID | bigint(20) | NO | The log stream ID. |
| TABLET_ID | bigint(20) | NO | The ID of the data shard. |
| START_LOG_SCN | bigint(20) unsigned | NO | The first recorded log timestamp of the data in the table. |
| END_LOG_SCN | bigint(20) unsigned | NO | The last recorded log timestamp of the data in the table. |
| SIZE | bigint(20) | NO | The occupied disk space. |
| REF | bigint(20) | NO | The counted number of references to the table. |
| UPPER_TRANS_VERSION | bigint(20) unsigned | NO | The maximum transaction version of the committed transactions. |
| IS_ACTIVE | varchar(3) | NO | Indicates whether the MemTable is active. |
| CONTAIN_UNCOMMITTED_ROW | varchar(3) | NO | Indicates whether the table contains uncommitted transaction rows. Valid values: NO: The table does not contain any uncommitted transaction rows.YES: The table contains uncommitted transaction rows. |