Part 8 · Storage EngineChapter 24
Byte-Level Formats
Magic bytes, a version, a body, a checksum, a footer. Versions exist because layouts change.
The question
What is actually on disk?
The structure responsible
A defined file format
In this lab: Inspect the real bytes of a real segment file, region by region, down to individual vints.
building the index…