pub fn journal_schema() -> SchemaRefExpand description
The journal’s schema: the reference from a row to the blob bytes.
Deliberately two u64s and nothing else. The journal’s job is to say these
bytes exist at this extent; everything derived from the bytes (object count,
pack version, checksum) is the indexer’s job and is built later, off this
path.