Loading page…
A balanced tree with high fanout optimized for block storage, keeping data sorted with logarithmic reads and writes.
B+ trees back PostgreSQL, MySQL InnoDB, and SQLite indexes because one node maps to one disk page, minimizing I/O per lookup.