Struct rocksdb::compaction_filter_factory::CompactionFilterContext [−][src]
pub struct CompactionFilterContext { pub is_full_compaction: bool, pub is_manual_compaction: bool, }
Context information of a compaction run
Fields
is_full_compaction: bool
Does this compaction run include all data files
is_manual_compaction: bool
Is this compaction requested by the client (true), or is it occurring as an automatic compaction process