Purpose
The oceanbase.DBA_OB_RESOURCE_POOLS view displays the information about the resource pools of all tenants.
Note
This view was introduced in OceanBase Database V4.0.0.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| RESOURCE_POOL_ID | bigint(20) | NO | The unique ID of the resource pool. |
| NAME | varchar(128) | NO | The name of the resource pool. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant. Valid values:NULL: indicates that the resource pool does not belong to any tenant. |
| CREATE_TIME | timestamp(6) | YES | The time when the resource pool was created. |
| MODIFY_TIME | timestamp(6) | YES | The time when the resource pool was last modified. |
| UNIT_COUNT | bigint(20) | NO | The number of resource units in the resource pool. |
| UNIT_CONFIG_ID | bigint(20) | NO | The unit config ID of the resource pool. |
| ZONE_LIST | varchar(8192) | NO | The zone list of the resource pool. |
| REPLICA_TYPE | varchar(18) | NO | The replica type supported by the resource pool. Valid values:
|