Structs§
- Picker
Output - PickerOutput is the output of a
Picker
. It contains the outputs of the compaction and the expired SST files. - Serialized
Picker Output - SerializedPickerOutput is a serialized version of PickerOutput by replacing CompactionOutput and FileHandle with SerializedCompactionOutput and FileMeta.
Traits§
- Compaction
Task 🔒 - Picker
- Picker picks input SST files for compaction. Different compaction strategy may implement different pickers.
Functions§
- new_
picker - Create a new picker based on the compaction request options and compaction options.