Purpose
The GV$OB_MEMSTORE_INFO view displays details about MemTables of all partitions on all OBServer nodes of the current tenant.
Note
This view is introduced since OceanBase Database V4.0.0.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| SVR_IP | VARCHAR2(46) | NO | The IP address of the OBServer node. |
| SVR_PORT | NUMBER(38) | NO | The port number of the OBServer node. |
| TENANT_ID | NUMBER(38) | NO | The ID of the tenant. |
| LS_ID | NUMBER(38) | NO | The ID of the log stream. |
| TABLE_ID | NUMBER(38) | NO | The ID of the tablet. |
| IS_ACTIVE | VARCHAR2(3) | NO | Indicates whether the current MemTable is active. |
| START_SCN | NUMBER(38) | NO | The SCN at which the storage starts. |
| END_SCN | NUMBER(38) | NO | The SCN at which the storage ends. |
| FREEZE_TS | NUMBER(38) | NO | The freeze timestamp. |