single-file-design-enables-atomic-sync

Status: IN

`PageManager` stores metadata (page 0) and data pages in a single file, so one `os.fsync()` call in `sync()` covers both; splitting into separate files would require multiple fsyncs with ordering constraints in the commit fence

Source: entries/2026/05/29/topic-wal-commit-vs-metadata-sync-ordering.md

JSON