Purpose
GV$MEMSTORE displays the memory usage of all MemTables of all tenants on all OBServer nodes.
Fields
| Field | Type | Nullable? | Description |
|---|---|---|---|
| CON_ID | NUMBER(38) | NO | The ID of the tenant. |
| SVR_IP | VARCHAR2(32) | NO | The IP address of the server. |
| SVR_PORT | NUMBER(38) | NO | The port number of the server. |
| ACTIVE | NUMBER(38) | NO | The size of memory used by the currently active MemTable, in bytes. |
| TOTAL | NUMBER(38) | NO | The total size of memory used 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 memory size limit of MemTable, in bytes. |
| FREEZE_CNT | NUMBER(38) | NO | The number of times MemTable has been frozen. |