Trait rocksdb::compaction_filter::CompactionFilterFn
source · [−]Expand description
Function to filter compaction with.
This function takes the level of compaction, the key, and the existing value and returns the decision about how to handle the Key-Value pair.
See Options::set_compaction_filter for more details