All challenges
advancedReal-World Systems~70 min

LSM-Tree & SSTables

Build the storage engine behind modern databases: an in-memory memtable that flushes to immutable sorted string tables, reads that merge newest-first across levels, tombstone deletes, and compaction.