major_compact_trigger is used to set how many minor compactions trigger a global major compaction.
| Property | Description |
|---|---|
| Parameter type | Integer |
| Default value | 5 |
| Value range | [0, 65535] |
| Effective upon OBServer restart | No |
When the value of major_compact_trigger is 0, it means that no matter how many minor compactions are made, the major compaction will not be triggered. This parameter has the same function as the minor_freeze_times.