Note
For V4.0.0, this parameter is available starting with V4.0.0.
Description
ob_compaction_schedule_interval specifies the time interval for Compaction scheduling.
Privilege requirements
Query the parameter
You can use the
SHOW PARAMETERSstatement or query theGV$OB_PARAMETERSview to query this parameter in thesystenant and all user tenants.Modify the parameter
You can modify this parameter in the
systenant and user tenants.
Attributes
| Attribute | Description |
|---|---|
| Type | Time |
| Default value | 120s |
| Value range | [3s, 5m] |
| Modifiable | Yes. You can use the ALTER SYSTEM SET statement to modify the parameter. |
| Effective upon OBServer node restart | No. The setting takes effect immediately. |
Examples
Set the Compaction scheduling interval to 120s.
obclient> ALTER SYSTEM SET ob_compaction_schedule_interval= '120s';
