Note
- Due to the storage architecture upgrade in V4.x, this parameter has the same meaning as the
major_compact_triggerparameter and was removed starting from V4.0.0. - In V4.x, you can only use the tenant-level parameter
major_compact_triggerto specify the number of minor freezes after which a major compaction is triggered. For more information about themajor_compact_triggerparameter, see major_compact_trigger.
Description
minor_freeze_times specifies the number of minor freezes after which a major compaction is triggered.
Attributes
| Attribute | Description |
|---|---|
| Parameter type | Int |
| Default value | 100 |
| Value range | [0, 65535] |
| Effective upon OBServer node restart | No |
Note
- If the value of this parameter is 0, a major compaction is not triggered regardless of the number of minor freezes.
- This parameter has the same function as the
major_compact_triggerparameter.