Re-exports§
pub use self::compaction_utils::CompactionStatistics;
pub use self::compaction_utils::RemoteBuilderFactory;
pub use self::compaction_utils::TaskConfig;
pub use self::compaction_utils::check_compaction_result;
pub use self::compaction_utils::check_flush_result;
Modules§
- await_
tree_ key - compaction_
executor 🔒 - compaction_
filter 🔒 - compaction_
utils - compactor_
runner - context 🔒
- fast_
compactor_ runner - iterator 🔒
- shared_
buffer_ 🔒compact - task_
progress 🔒
Structs§
- Compaction
Executor CompactionExecutor
is a dedicated runtime for compaction’s CPU intensive jobs.- Compactor
- Implementation of Hummock compaction.
- Compactor
Context - A
CompactorContext
describes the context of a compactor. - Concat
Sstable Iterator - Iterates over the KV-pairs of a given list of SSTs. The key-ranges of these SSTs are assumed to be consecutive and non-overlapping.
- Dummy
Compaction Filter - Multi
Compaction Filter - Sstable
Stream Iterator - Iterates over the KV-pairs of an SST while downloading it.
SstableStreamIterator
encapsulates operations onsstables
, constructing block streams and accessing the corresponding data viablock_metas
. Note that ablock_meta
does not necessarily correspond to the entire sstable, but rather to a subset, which is documented via theblock_idx
. - State
Clean UpCompaction Filter - Task
Progress - The progress of a compaction task.
- TtlCompaction
Filter
Traits§
Functions§
- compact
- Flush shared buffer to level0. Resulted SSTs are grouped by compaction group.
- get_
task_ 🔒progress - merge_
imms_ in_ memory - Merge multiple batches into a larger one
- new_
compaction_ await_ tree_ reg_ ref - start_
compactor - The background compaction thread that receives compaction tasks from hummock compaction manager and runs compaction tasks.
- start_
shared_ compactor - The background compaction thread that receives compaction tasks from hummock compaction manager and runs compaction tasks.