merge_thread_count

2023-10-31 11:17:11  Updated

merge_thread_count specifies the number of worker threads for a daily compaction.

Note

This parameter is deprecated in OceanBase Database V4.0.0 and later.

Property Description
Type Integer
Default value 0
Value range [0,256]
Effective upon OBServer node restart No

If the value of this parameter is 0, the formula for calculating the number of worker threads for a compaction is min{10,cpu_cnt*0.3}, where cpu_cnt indicates the number of CPU cores in the system.

Contact Us