Overview
gv$memory displays the tenant-level memory statistics.
Related tables/views
oceanbase.__all_virtual_memory_info
Field description
| Field name | 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. |
| CONTEXT | varchar(256) | No | The name of the module to which the memory belongs. |
| COUNT | BIGINT(20) | No | The difference between the allocated memory units and the released memory units, that is, the number of memory units being used by this module. |
| USED | BIGINT(20) | No | The size in bytes of memory being used by the module. |
| ALLOC_COUNT | BIGINT(20) | No | The total number of allocated memory units. |
| FREE_COUNT | BIGINT(20) | No | The total number of released memory units. |