Skip to content

Commit

Permalink
fix: correct memtable cost
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag committed Nov 16, 2023
1 parent ae27fbc commit 3efcffa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mito2/src/memtable/time_series.rs
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ impl Iterator for Iter {
self.metrics.total_series += 1;

let mut series = series.write().unwrap();
let start = Instant::now();
if !self.predicate.is_empty()
&& !prune_primary_key(
&self.codec,
Expand Down

0 comments on commit 3efcffa

Please sign in to comment.