Expand description
Contains compaction strategies
Structs§
- Fifo
- FIFO-style compaction
- Input
- Input for compactor.
- Leveled
- Levelled compaction strategy (LCS)
- Size
Tiered - Size-tiered compaction strategy (STCS)
Enums§
- Choice
- Describes what to do (compact or not)
Traits§
- Compaction
Strategy - Trait for a compaction strategy
Type Aliases§
- Levelled
- Alias for
Leveled