Loading page…
Understand how HDDs and SSDs store data at the physical level. Measure latency at different I/O sizes, implement crash-safe write patterns, and build a write-ahead log.
how databases use fsync and WAL
Storage Fundamentals is latency, fsync ordering, WALs, and alignment. Required reading before engine work.