Feature
This view displays details about MemTables in all partitions of all tenants on all OBServers.
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. |
| LS_ID | bigint(20) | NO | The log stream ID. |
| TABLE_ID | bigint(20) | NO | The ID of the data shard. |
| IS_ACTIVE | varchar(3) | NO | Indicates whether the current MemTable is active. |
| START_SCN | bigint(20) unsigned | NO | The SCN at which the storage starts. |
| END_SCN | bigint(20) unsigned | NO | The SCN at which the storage ends. |
| FREEZE_TS | bigint(20) | NO | The freeze timestamp. |