From 91bdf606a5c12bc8ac2144399bec07f1b42af20d Mon Sep 17 00:00:00 2001 From: strogiyotec Date: Tue, 22 Jun 2021 21:03:26 -0700 Subject: [PATCH] update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98d55c2..45c909f 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,11 @@ decreases write amplification of lsm tree during merging - [X] Store the last head position in the separate file - [X] Store al values from head to tail into the memtable during recovery 6. [X] Merge sstable files -7. [ ] Cli interface +7. [X] Cli interface - [X] specify sstable path - [X] specify vlog path - [X] specify checkpoint path - - [ ] specify memtable size - - [X] specify sstable size + - [X] specify memtable size 8. [ ] Cleanup - [X] Merge sstables - [ ] Garbage collect vlog