Overview
V$MEMSTORE displays the memory usage of all memtables of all tenants on the current OBServer.
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | NUMBER(38) | NO | The ID of the tenant. |
| ACTIVE | NUMBER(38) | NO | The total size in bytes of memory occupied by active memtables. |
| TOTAL | NUMBER(38) | NO | The total size in bytes of memory occupied by all the memtables. |
| FREEZE_TRIGGER | NUMBER(38) | NO | The memory size in bytes that will trigger a memtable freeze. |
| MEM_LIMIT | NUMBER(38) | NO | The maximum size in bytes of memory that memtables can occupy. |
| FREEZE_CNT | NUMBER(38) | NO | The number of times of freezing. |