Module compactor

Source

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§

CompactionExecutor
CompactionExecutor is a dedicated runtime for compaction’s CPU intensive jobs.
Compactor
Implementation of Hummock compaction.
CompactorContext
A CompactorContext describes the context of a compactor.
ConcatSstableIterator
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.
DummyCompactionFilter
MultiCompactionFilter
SstableStreamIterator
Iterates over the KV-pairs of an SST while downloading it. SstableStreamIterator encapsulates operations on sstables, constructing block streams and accessing the corresponding data via block_metas. Note that a block_meta does not necessarily correspond to the entire sstable, but rather to a subset, which is documented via the block_idx.
StateCleanUpCompactionFilter
TaskProgress
The progress of a compaction task.
TtlCompactionFilter

Traits§

CompactionFilter

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.

Type Aliases§

CompactOutput
CompactionAwaitTreeRegRef