B+ tree

التعريفات والمعاني

== English == === Noun === B+ tree (plural B+ trees) (computing theory) An m-ary tree data structure with a variable but often large number of children per node. It can be viewed as a B-tree in which each node contains only keys (not key–value pairs), and to which an additional level is added at the bottom with linked leaves. ==== Related terms ==== B-tree