Note
This parameter is available starting with V4.2.1.
Description
compaction_dag_cnt_limit specifies the maximum number of DAGs in the Compaction DAG queue.
Privilege requirements
Query the parameter
systenant and all user tenants can use theSHOW PARAMETERSstatement or theGV$OB_PARAMETERSview to query this parameter.Modify the parameter
systenant and user tenants can modify this parameter.
Attributes
| Attribute | Description |
|---|---|
| Type | Int |
| Default value | 15000 |
| Value range | [10000, 200000] |
| 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 maximum number of DAGs in the Compaction DAG queue to 15000.
obclient> ALTER SYSTEM SET compaction_dag_cnt_limit = 15000;