update toc for v2

Signed-off-by: Alex Chi <iskyzh@gmail.com>
This commit is contained in:
Alex Chi
2024-01-20 11:55:10 +08:00
parent 36b78a0a88
commit b762a41506
13 changed files with 101 additions and 2 deletions

View File

@@ -3,3 +3,8 @@
![Chapter Overview](./lsm-tutorial/week1-07-overview.svg)
at the end of each week, we will have some easy, not important, while interesting things
In this chapter, you will:
* Implement bloom filter on SSTs and integrate into the LSM read path `get`.
* Implement key compression in SST block format.