Note
- In OceanBase Database V4.x, log disk space is managed at the tenant level. This parameter is no longer applicable and has been deprecated since OceanBase Database V4.0.0.
- In OceanBase Database V4.x, you can use the tenant-level parameter
log_disk_utilization_thresholdto specify the threshold for the reuse of log disk space. For more information about thelog_disk_utilization_thresholdparameter, see log_disk_utilization_threshold.
clog_disk_utilization_threshold specifies the threshold for the reuse of clog or ilog disk space.
| Attribute | Description |
|---|---|
| Type | Integer |
| Default value | 80 |
| Value range | [10, 100) |
| Effective upon OBServer node restart | No |
Examples
obclient> ALTER SYSTEM SET clog_disk_utilization_threshold=80;