TeamIn
System Design
Memtable WAL And SSTable
Sign in
Back to Archive
FREE · TOPIC 161
Memtable WAL And SSTable
479 words
·
Updated 2026-07-18
·
#system-design
#storage-engines
#lsm-tree
#wal
Accompanying Lab
Write-Ahead Log
A tiny durable key-value store that writes JSONL WAL records before applying in-memory state, then replays safe records after a crash.
View Lab
Primary References & Engineering Sources
·
[[wiki/arpit-high-throughput-systems-ii]]
·
https://github.com/google/leveldb/blob/main/doc/impl.md
← Previous Topic
Matching And Recommendation Algorithms
Next Topic →
Mergeable Sketches For Analytics