Purpose
V$MEMSTORE displays the memory usage of all MemTables of all tenants on the current OBServer node.
Fields
| Field | Type | Nullable? | Description |
|---|---|---|---|
| TENANT_ID | NUMBER(38) | NO | The ID of the tenant. |
| ACTIVE | NUMBER(38) | NO | The size of memory occupied by the current active MemTable, in bytes. |
| TOTAL | NUMBER(38) | NO | The total size of memory occupied by all MemTables, in bytes. |
| FREEZE_TRIGGER | NUMBER(38) | NO | The size of memory that triggers a MemTable freeze, in bytes. |
| MEM_LIMIT | NUMBER(38) | NO | The MemTable memory size limit, in bytes. |
| FREEZE_CNT | NUMBER(38) | NO | The number of freezing times. |