Feature
This view displays all resource groups in the database.
Related views
oceanbase.DBA_RSRC_GROUP_MAPPINGS
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| CONSUMER_GROUP_ID | bigint(20) | NO | The ID of the resource group. |
| CONSUMER_GROUP | varchar(128) | NO | The name of the resource group that the user is bound to. |
| CPU_METHOD | varchar(128) | NO | This field is used only for compatibility, and the value is fixed to NULL. |
| MGMT_METHOD | varchar(128) | NO | This field is used only for compatibility, and the value is fixed to NULL. |
| INTERNAL_USE | varchar(3) | NO | Indicates whether the resource group is only for internal use. This field is used only for compatibility, and the value is fixed to NULL. |
| COMMENTS | varchar(2000) | YES | Comments for the resource group. |
| CATEGORY | varchar(128) | NO | The category of the resource group. This field is used only for compatibility, and the value is fixed to NULL. |
| STATUS | varchar(128) | NO | The status of the resource group. This field is used only for compatibility, and the value is fixed to NULL. |
| MANDATORY | varchar(3) | NO | Indicates whether the resource group is required. This field is used only for compatibility, and the value is fixed to NULL. |