page-manager-flush-not-durable

Status: IN

PageManager calls `flush()` on every `write_page` and `_write_meta` call but only calls `os.fsync()` in `sync()` and `close()`, so individual page writes are not crash-durable without the WAL layer

Source: entries/2026/05/29/b-tree-storage-engine-btree-PageManager.md

JSON