Overview
GV$MEMSTORE displays the memory usage of all memtables of all tenants on all OBServers.
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| CON_ID | NUMBER(38) | NO | The ID of the tenant. |
| SVR_IP | VARCHAR2(32) | NO | The IP address of the OBServer. |
| SVR_PORT | NUMBER(38) | NO | The port number of the OBServer. |
| 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 memtable freezes. |