btree-split-write-order-protects-chain

Status: IN

During a leaf split, `_insert` writes the new right page to the WAL before the modified left page, ensuring the sibling pointer target is durable before any pointer references it — so the chain never points to a nonexistent page after crash recovery

Source: entries/2026/05/29/topic-split-and-sibling-update-atomicity.md

JSON