add outlines for week 3

Signed-off-by: Alex Chi <iskyzh@gmail.com>
This commit is contained in:
Alex Chi
2024-01-28 16:20:01 +08:00
parent 37f2c5aff0
commit 9b75e72e58
5 changed files with 31 additions and 1 deletions

View File

@@ -12,8 +12,10 @@ assign mvcc object, take write lock, increase ts by 1
## Task 3: MVCC Compaction
keep all versions
keep all versions, split file, run merge iterator tests
## Task 4: LSM Iterator
return the latest version
pass all tests except week 2 day 6