GV$OB_TENANT_MEMORY

2024-06-28 05:30:30  Updated

Purpose

The GV$OB_TENANT_MEMORY view displays the memory usage of all tenants in a cluster.

Note

This view is introduced since OceanBase Database V4.0.0.

Columns

Column Type Nullable? Description
TENANT_ID bigint(20) NO The ID of the tenant.
SVR_IP varchar(46) NO The IP address of the OBServer node.
SVR_PORT bigint(20) NO The port number of the OBServer node.
HOLD bigint(20) NO The memory used by the tenant.
FREE bigint(21) NO The memory available for the tenant.

Contact Us