Purpose
The oceanbase.DBA_OB_RESOURCE_POOLS view displays the information about the resource pools of all tenants.
Note
This view is introduced since OceanBase Database V4.0.0.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| RESOURCE_POOL_ID | bigint(20) | NO | The unique ID of a resource pool. |
| NAME | varchar(128) | NO | The name of the resource pool. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant. NULL: The resource pool does not belong to any tenant. |
| CREATE_TIME | timestamp(6) | YES | The time when the tablet replica was created. |
| MODIFY_TIME | timestamp(6) | YES | The last time when the resource pool was modified. |
| UNIT_COUNT | bigint(20) | NO | The number of units. |
| 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: FULL: All replica types are supported, not only full-featured replicas.LOGONLY: Only log replicas are supported.READONLY: Only read-only replicas are supported.ENCRYPTION_LOGONLY: Only encrypted log replicas are supported.NULL: indicates an unknown replica type. |