merge_thread_count

2023-12-25 08:49:41  Updated

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

Note

This parameter is deprecated since OceanBase Database V4.0.0.

Attribute 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