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 | VARCHAR2(46) | NO | The IP address of the OBServer. |
| SVR_PORT | NUMBER(38) | NO | The port number of the OBServer. |
| TABLE_TYPE | VARCHAR2(20) | NO | The type of the table. |
| LS_ID | NUMBER(38) | NO | The log stream ID. |
| TABLET_ID | NUMBER(38) | NO | The ID of the data shard. |
| START_LOG_SCN | NUMBER(38) | NO | The first recorded log timestamp of the data in the table. |
| END_LOG_SCN | NUMBER(38) | NO | The last recorded log timestamp of the data in the table. |
| SIZE | NUMBER(38) | NO | The occupied disk space. |
| REF | NUMBER(38) | NO | The counted number of references to the table. |
| UPPER_TRANS_VERSION | NUMBER(38) | NO | The maximum transaction version of the committed transactions. |
| IS_ACTIVE | VARCHAR2(3) | NO | Indicates whether the MemTable is active. |
| CONTAIN_UNCOMMITTED_ROW | VARCHAR2(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. |