wal-batch-single-write

Status: IN

`append_batch()` serializes all data records plus the trailing COMMIT marker into one `bytearray` and issues a single `fd.write()` call, relying on OS write atomicity for small batches

Source: entries/2026/05/28/topic-wal-commit-semantics.md

JSON