Skip to content

Commit

Permalink
feat(storage): provide end index for compactor iter to reduce io (#17426
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Li0k authored Jul 26, 2024
1 parent 9be6c76 commit 1496e6a
Show file tree
Hide file tree
Showing 3 changed files with 361 additions and 47 deletions.
2 changes: 0 additions & 2 deletions src/storage/hummock_test/src/compactor_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,6 @@ pub(crate) mod tests {
filter_key_extractor_manager,
)
.await;

hummock_manager_ref
.report_compact_task(
result_task.task_id,
Expand Down Expand Up @@ -1932,7 +1931,6 @@ pub(crate) mod tests {
..Default::default()
};
let (ret, fast_ret) = run_fast_and_normal_runner(compact_ctx.clone(), task).await;

let mut fast_tables = Vec::with_capacity(fast_ret.len());
let mut normal_tables = Vec::with_capacity(ret.len());
let mut stats = StoreLocalStatistic::default();
Expand Down
Loading

0 comments on commit 1496e6a

Please sign in to comment.