Purpose
GV$SERVER_MEMSTORE displays the summary information about MemTable usage on the current OBServer node.
Fields
| Field | Type | Nullable? | Description |
|---|---|---|---|
| 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 occupied by the active MemStore. |
| TOTAL | NUMBER(38) | NO | The total memory size of all MemTables. |
| FREEZE_TRIGGER | NUMBER(38) | NO | The total memory size that triggers MemTable freezing. |
| MEM_LIMIT | NUMBER(38) | NO | The total memory limit of MemTables. |