mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-23 16:30:39 +00:00
fix: correct memtable cost (#2762)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user