Tag

Database Pages

0 views collected around this technical thread.

Selected Java Interview Questions
Selected Java Interview Questions
Jul 3, 2020 · Databases

Understanding MySQL Index Structures: From Simple Tables to B+ Trees

This article explains how MySQL stores data using pages, page directories, and multi‑page structures, demonstrates why MySQL silently sorts rows on insert, and shows how these mechanisms combine into the B+‑tree index that optimizes query performance and supports clustering, non‑clustering, and composite indexes.

B+TreeDatabase PagesIndexing
0 likes · 24 min read
Understanding MySQL Index Structures: From Simple Tables to B+ Trees