point-lookup-always-reaches-leaf

Status: IN

Every `get` must descend to a leaf node regardless of tree height since internal nodes hold no values; cost is exactly *h* page reads for a tree of height *h*

Source: entries/2026/05/29/topic-b-plus-tree-leaf-chains.md

JSON