Volatile Memory RAM
MemTable
0 / 3

Lost on crash — which is why each write hits the WAL on disk first. On restart the WAL is replayed to rebuild this table.

Durable Storage disk · survives crashes
Write-Ahead Log · append-only
— durability journal —
SSTable Levels each carries a Bloom filter
MemTable / found WAL / Bloom bit SSTable read compaction tombstone / skip