aboutsummaryrefslogtreecommitdiffstats
path: root/log_db/src/memtable_secondary.rs
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2024-11-04 22:47:14 +0200
committerJan Tuomi <jan@jantuomi.fi>2024-11-04 22:47:14 +0200
commit1086c414ebb6b8f30c3840ec73e3d48b0fd44339 (patch)
tree90cbe40900e55412db8112b57ef75045baf24bde /log_db/src/memtable_secondary.rs
parent68ef74fbfb53d758876901d25e064842fe59cec4 (diff)
Rewrite everything to use metadata and data files, TODO memtables
Diffstat (limited to 'log_db/src/memtable_secondary.rs')
-rw-r--r--log_db/src/memtable_secondary.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/log_db/src/memtable_secondary.rs b/log_db/src/memtable_secondary.rs
index b4ebb8f..3f9863b 100644
--- a/log_db/src/memtable_secondary.rs
+++ b/log_db/src/memtable_secondary.rs
@@ -1,7 +1,6 @@
use super::*;
use std::collections::BTreeMap;
use std::collections::HashSet;
-use std::fmt::Debug;
pub struct SecondaryMemtable {
/// Map of records indexed by key. The value is the set of primary key values of records