oceanbase.CDB_WR_SYSSTAT

2024-04-19 08:42:49  Updated

Purpose

The oceanbase.CDB_WR_SYSSTAT view displays details about system statistical items of all tenants.

Note

This view is introduced since OceanBase Database V4.2.1.

Columns

Column Type Nullable? Description
CLUSTER_ID bigint(20) NO The ID of the cluster.
TENANT_ID bigint(20) NO The ID of the tenant.
SNAP_ID bigint(20) NO The ID of the snapshot.
SVR_IP varchar(46) NO The IP address of the OBServer node.
SVR_PORT bigint(20) NO The port of the OBServer node.
STAT_ID bigint(20) NO The ID of the statistical item.
VALUE bigint(20) YES The value of the statistical item.

Contact Us