This website requires JavaScript.
Explore
Help
Register
Sign In
maokaihe
/
mini_lsm
Watch
1
Star
0
Fork
0
You've already forked mini_lsm
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
10ff2c39707ace4b2ca663cd3a14765177af47c2
mini_lsm
/
mini-lsm-book
/
src
/
week1-06-write-path.md
Alex Chi
8a12409a12
copyright notice
...
Signed-off-by: Alex Chi <
iskyzh@gmail.com
>
2024-01-20 12:05:57 +08:00
298 B
Raw
Blame
History
Write Path
In this chapter, you will:
Implement the LSM write path with L0 flush.
Implement the logic to correctly update the LSM state.
Task 1: Flush Memtable to SST
Task 2: Update the LSM State
{{#include copyright.md}}