risingwave_storage::hummock::compactor::compaction_utils

Function check_compaction_result

source
pub async fn check_compaction_result(
    compact_task: &CompactTask,
    context: CompactorContext,
) -> HummockResult<bool>
Expand description

Compare result of compaction task and input. The data saw by user shall not change after applying compaction result.