Tag

Query Algorithms

0 views collected around this technical thread.

Architecture Digest
Architecture Digest
Mar 31, 2019 · Databases

Understanding MySQL Indexes: Data Structures, Algorithms, and Optimization Strategies

This article examines MySQL indexing by exploring underlying data structures such as B‑Tree and B+Tree, common search algorithms, storage engine differences, and practical optimization techniques like composite and prefix indexes, providing a comprehensive guide for designing efficient database indexes.

B+TreeB-TreeDatabase Optimization
0 likes · 30 min read
Understanding MySQL Indexes: Data Structures, Algorithms, and Optimization Strategies