finish chapter 2.4

Signed-off-by: Alex Chi Z <iskyzh@gmail.com>
This commit is contained in:
Alex Chi Z
2024-01-23 15:53:20 +08:00
parent e266498282
commit 415c3c4eef
5 changed files with 210 additions and 5 deletions

View File

@@ -57,8 +57,8 @@ We are working on a new version of the mini-lsm tutorial that is split into 3 we
| 1.7 | Bloom Filter and Key Compression | ✅ | ✅ | ✅ |
| 2.1 | Compaction Implementation | ✅ | ✅ | ✅ |
| 2.2 | Compaction Strategy - Simple | ✅ | ✅ | ✅ |
| 2.3 | Compaction Strategy - Tiered | ✅ | ✅ | 🚧 |
| 2.4 | Compaction Strategy - Leveled | ✅ | ✅ | 🚧 |
| 2.3 | Compaction Strategy - Tiered | ✅ | ✅ | |
| 2.4 | Compaction Strategy - Leveled | ✅ | ✅ | |
| 2.5 | Manifest | ✅ | 🚧 | 🚧 |
| 2.6 | Write-Ahead Log | ✅ | 🚧 | 🚧 |
| 2.7 | Batch Write + Checksum | | | |