Note
- With the upgrade of the storage architecture in V4.x, this parameter, which has the same meaning as
major_compact_trigger, has been removed starting from V4.0.0. - In V4.x, only the tenant-level parameter
major_compact_triggeris available to control the number of minor compactions before a major compaction is triggered. For more information onmajor_compact_trigger, see major_compact_trigger.
minor_freeze_times specifies the number of minor compactions that triggers a major compaction.
| Attribute | Description |
|---|---|
| Type | Integer |
| Default value | 100 |
| Value range | [0, 65535] |
| Effective upon OBServer node restart | No |
Note
- If this parameter is set to
0, no major compaction will be automatically triggered regardless of the number of minor compactions. - This parameter is equivalent to the
major_compact_triggerparameter.