Tag

N-ary Tree

1 views collected around this technical thread.

IT Services Circle
IT Services Circle
Mar 8, 2022 · Databases

Understanding Indexes: From Binary Search Trees to B+ Trees in InnoDB

This article explains how database indexes work by first reviewing binary search trees, then introducing N‑ary trees and B+ trees, illustrating their structure, storage calculations, and search process in InnoDB to show why B+ trees are used for efficient indexing.

B-TreeBinary Search TreeIndexes
0 likes · 7 min read
Understanding Indexes: From Binary Search Trees to B+ Trees in InnoDB