Full-Stack Internet Architecture
Nov 5, 2019 · Databases
Understanding MySQL Indexes: From Binary Search Trees to B+ Trees and Clustered vs. Non‑Clustered Indexes
This article explains why MySQL uses B+‑tree indexes by tracing the evolution from binary search trees through balanced trees and B‑trees, detailing the structure of clustered and non‑clustered indexes in InnoDB and illustrating how data is searched using these indexes.
B+TreeClusteredIndexInnoDB
0 likes · 14 min read
