Overview
v$memstore displays session-level statistics on MEMStores.
Related tables/views
gv$memstore
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | BIGINT(20) | No | The ID of the tenant. |
| ACTIVE | BIGINT(20) | No | The memory occupied by active MEMStores of the current tenant. |
| TOTAL | BIGINT(20) | No | The total memory occupied by the MEMStores of the current tenant. |
| FREEZE_TRIGGER | BIGINT(20) | No | The value that triggers a major freeze. |
| MEM_LIMIT | BIGINT(20) | No | The upper limit of the total memory size of the tenant. |