iterate-flushes-without-fsync

Status: IN

Before reading, `iterate()` calls `fd.flush()` but not `os.fsync()`, so buffered writes reach the OS page cache but are not guaranteed durable on stable storage.

Source: entries/2026/05/28/write-ahead-log-wal-iterate.md

JSON