btree-insert-no-wal-commit

Status: IN

`_insert` never calls `wal.commit()`; the caller (`put`) is solely responsible for committing after all page writes and metadata updates complete, making the entire `put` atomic with respect to crash recovery

Source: entries/2026/05/28/b-tree-storage-engine-btree-_insert.md

JSON