oceanbase.DBA_OB_RSRC_IO_DIRECTIVES

2025-11-19 10:08:13  Updated

Purpose

The oceanbase.DBA_OB_RSRC_IO_DIRECTIVES view displays the I/O resource configuration in Resource Manager.

Note

This view is introduced since OceanBase Database V4.1.0.

Columns

Column Type Nullable? Description
PLAN varchar(128) NO The name of the resource plan to which the instruction belongs.
GROUP_OR_SUBPLAN varchar(128) NO The name of the resource group controlled by the instruction.
COMMENTS varchar(2000) YES Comments for the resource plan.
MIN_IOPS bigint(20) NO The reserved IOPS. Value range: 0-100.
MAX_IOPS bigint(20) NO The maximum IOPS. Value range: 0-100.
WEIGHT_IOPS bigint(20) NO The shared IOPS. Value range:0-100.

Contact Us