wal-sync-mode-default-is-sync

Status: IN

`WriteAheadLog` defaults to `sync_mode="sync"`, calling `flush()` + `os.fsync()` after every single `append` call — the safest and slowest mode.

Source: entries/2026/05/29/topic-wal-sync-modes.md

JSON