Status: IN
Every file opened in append mode (`"ab"`) in this codebase writes sequentially with monotonically increasing file size, making `fdatasync` a safe drop-in replacement for `fsync` on those paths (WAL, Bitcask data files, B-tree WAL)
Source: entries/2026/05/29/topic-fdatasync-vs-fsync-optimization.md