wal-batch-relies-on-practical-atomicity

Status: IN

`append_batch()` buffers all operations plus COMMIT into a single `write()` call to minimize the partial-write window, but the code acknowledges this is not a true atomicity guarantee — a crash during the write can persist a prefix without the COMMIT marker

Source: entries/2026/05/28/topic-wal-atomicity-guarantees.md

JSON