Overview
gv$memstore displays the memory usage of all MEMTables of all tenants on all OBServers.
Related tables/views
oceanbase.__all_virtual_tenant_memstore_info
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | BIGINT(20) | No | The ID of the tenant. |
| 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 total size in bytes of memory occupied by active MEMTables. |
| TOTAL | BIGINT(20) | No | The total size in bytes of memory occupied by all the MEMTables. |
| FREEZE_TRIGGER | BIGINT(20) | No | The memory size in bytes that will trigger a MEMTable freeze. |
| MEM_LIMIT | BIGINT(20) | No | The maximum size in bytes of memory that MEMTables can occupy. |
| FREEZE_CNT | BIGINT(20) | No | The number of MEMTable freezes. |