Overview
GV$SERVER_MEMSTORE displays the summary information about memtable usage on the current OBServer.
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| 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 size of memory that active memstores occupy. |
| 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 size of memory that memtables can occupy. |