Purpose
The GV$OB_MEMSTORE_INFO view displays details about MemTables in all partitions of all tenants on all OBServer nodes.
Note
This view is introduced since OceanBase Database V4.0.0.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| SVR_IP | varchar(46) | NO | The IP address of the server. |
| SVR_PORT | bigint(20) | NO | The port number of the server. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| LS_ID | bigint(20) | NO | The ID of the log stream. |
| TABLE_ID | bigint(20) | NO | The ID of the tablet. |
| 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. |