Skip to main content

Module compaction_advisor

Module compaction_advisor 

Source
Expand description

Compaction advisor for data-driven storage compaction recommendations.

Analyzes storage state and provides recommendations for when and how to compact, merge, or drop data, based on configurable thresholds.

Structs§

AdvisoryThresholds
Configurable thresholds that drive the advisory logic.
CompactionAdvice
The result of an advisory analysis: a set of recommended actions with contextual metadata.
CompactionAdvisor
Analyses a StorageMetrics snapshot against a set of AdvisoryThresholds and produces a CompactionAdvice describing what maintenance work should be performed.
StorageMetrics
A snapshot of current storage system metrics used to drive advisory logic.

Enums§

CompactionAction
A recommended compaction or maintenance action.