minor_compact_trigger specifies the threshold for triggering the next-level compaction in hierarchical minor compactions. When the total number of mini SSTables in the current level reaches this threshold, all SSTables are compacted to the next level to form a new minor SSTable..
| Property | Description |
|---|---|
| Type | Integer |
| Default value | 2 |
| Value range | [0,16] |
| Effective upon OBServer node restart | No |
References
For more information, see Minor compaction.