Purpose
V$MEMSTORE_INFO displays details about MemTables for all partitions of all tenants on the current OBServer node.
Fields
| Field | Type | Nullable? | Description |
|---|---|---|---|
| CON_ID | NUMBER(38) | NO | The ID of the tenant. |
| PARTITION_ID | NUMBER(38) | NO | The ID of the partition. |
| VERSION | VARCHAR2(128) | NO | The freeze version. |
| BASE_VERSION | NUMBER(38) | NO | The left boundary of the data snapshot version number. |
| MULTI_VERSION_START | NUMBER(38) | NO | The starting snapshot version of multi-version data. |
| SNAPSHOT_VERSION | NUMBER(38) | NO | The right boundary of the data snapshot version number. |
| IS_ACTIVE | NUMBER(38) | NO | Indicates whether the current MemTable is active. |
| USED | NUMBER(38) | NO | The size of memory used by the current MemTable, in bytes. |
| HASH_ITEMS | NUMBER(38) | NO | The number of rows recorded in the hash index. |
| BTREE_ITEMS | NUMBER(38) | NO | The number of rows recorded in the Btree index. |