Skip to main content
The kernel spec defines .mv2 as a contiguous layout: CommitFooter::find_last_valid_footer scans from the end of the file to locate the final valid footer, ensuring crash recovery always loads a consistent TOC.
Portability - There are no .shm, .wal, or .lock siblings; locking uses in-file byte ranges via FileLock, and verification ensures single-file compliance.