From 3211af8d74aa8f49ab91a4f2697c159ca32a9740 Mon Sep 17 00:00:00 2001 From: Alex Chi Date: Thu, 25 Jan 2024 11:01:18 +0800 Subject: [PATCH] update toc for week 3 Signed-off-by: Alex Chi --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f333fc3..dd284c4 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,9 @@ We are working on chapter 3 and more test cases for all existing contents. | Week + Chapter | Topic | Solution | Starter Code | Writeup | | -------------- | ----------------------------------------------- | -------- | ------------ | ------- | | 2.7 | Batch Write + Checksum | 🚧 | | | -| 3.1 | Timestamp Key Encoding + New Block Format | | | | -| 3.2 | Prefix Bloom Filter | | | | -| 3.3 | Snapshot Read | | | | +| 3.1 | Timestamp Key Encoding | 🚧 | | | +| 3.2 | Snapshot Read - Blocks, Memtables, and SSTs | | | | +| 3.3 | Snapshot Read - Engine Read Path | | | | | 3.4 | Watermark and Garbage Collection | | | | | 3.5 | Transactions and Optimistic Concurrency Control | | | | | 3.6 | Serializable Snapshot Isolation | | | |