btree-sibling-pointers-unused-for-merge

Status: IN

Leaf pages serialize a `next_sibling` pointer (via `_serialize_leaf` and `NO_SIBLING` sentinel) providing infrastructure for merge/redistribute, but no code path reads sibling pointers during deletion.

Source: entries/2026/05/28/topic-b-tree-underflow-rebalancing.md

JSON