Purpose
The oceanbase.DBA_OB_UNIT_CONFIGS view displays the information about the unit configs of all tenants.
Note
This view is introduced since OceanBase Database V4.0.0.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| UNIT_CONFIG_ID | bigint(20) | NO | The ID of the unit config. |
| NAME | varchar(128) | NO | The name of the unit config. |
| CREATE_TIME | timestamp(6) | YES | The time when the unit config was created. |
| MODIFY_TIME | timestamp(6) | YES | The time when the unit config was last modified. |
| MAX_CPU | double | NO | The maximum number of CPU cores. |
| MIN_CPU | double | NO | The minimum number of CPU cores. |
| MEMORY_SIZE | bigint(20) | NO | The memory size, in bytes. |
| LOG_DISK_SIZE | bigint(20) | NO | The log disk size, in bytes. |
| MAX_IOPS | bigint(20) | NO | The maximum disk IOPS. |
| MIN_IOPS | bigint(20) | NO | The minimum disk IOPS. |
| IOPS_WEIGHT | bigint(20) | NO | The IOPS weight. |