merge_thread_count specifies the number of worker threads for a daily compaction.
| Attribute | Description |
|---|---|
| Type | Integer |
| Default value | 0 |
| Value range | [0, 256] |
| Effective upon restart of OBServer node | 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.