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
df35a954c988b7b0063b6eaef94e485c3f8b0eed
mini_lsm
/
mini-lsm-book
/
src
/
week1-06-write-path.md
Alex Chi
df35a954c9
i love questions
...
Signed-off-by: Alex Chi <
iskyzh@gmail.com
>
2024-01-21 00:45:10 +08:00
326 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
Task 3: Filter the SSTs
{{#include copyright.md}}