fdatasync-never-used

Status: IN

No implementation uses `os.fdatasync()`, missing a safe optimization for append-only WALs where only data (not metadata like mtime) needs to reach disk.

Source: entries/2026/05/29/topic-fsync-flush-distinction.md

JSON