event-store-persist-separate-open-close

Status: IN

`EventStore._persist_event` performs a separate `open()`/`write()`/`close()` cycle for each individual event, so `append_batch` with N events results in N independent file operations rather than a single buffered write.

Source: entries/2026/05/29/topic-batch-atomicity-gap.md

JSON