Overview
gv$server_memstore displays the memory usage of each MEMStore in each server in the cluster.
Related tables/views
oceanbase.__all_virtual_server_memory_info
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| IP | varchar(32) | No | The IP address of the OBServer. |
| Port | BIGINT(20) | No | The port number of the OBServer. |
| ACTIVE | BIGINT(20) | No | The size of memory that active MEMStores occupy. |
| TOTAL | BIGINT(20) | No | The total size of memory that MEMStores occupy. |
| FREEZE_TRIGGER | BIGINT(20) | No | The memory usage threshold that will trigger a freeze. |
| MEM_LIMIT | BIGINT(20) | No | The maximum size of memory that MEMStores can occupy. |