Purpose
gv$server_memstore displays the memory usage of each MemStore in each OBServer node in the cluster.
Related tables/views
oceanbase.__all_virtual_server_memory_info
Fields
| Field | Type | Nullable? | Description |
|---|---|---|---|
| IP address | varchar(32) | NO | The IP address of the server. |
| PORT | bigint(20) | NO | The port number of the OBServer node. |
| ACTIVE | bigint(20) | NO | The size of memory that the current active MemStore occupies. |
| TOTAL | bigint(20) | NO | The total size of memory that all MemStores occupy. |
| FREEZE_TRIGGER | bigint(20) | NO | The memory usage threshold that triggers a freeze. |
| MEM_LIMIT | bigint(20) | NO | The maximum size of memory that MemStores can occupy. |