btree-wal-truncate-is-safe

Status: IN

The B-tree's WAL `commit()` only truncates after fsyncing the data file, making truncation idempotent — a crash mid-truncation simply replays the WAL entries again on recovery

Source: entries/2026/05/28/topic-truncation-crash-safety.md

JSON