Tagged articles
3 articles
Page 1 of 1
Senior Tony
Senior Tony
Jul 20, 2024 · Databases

How MySQL’s Skip Scan Defies the Leftmost Prefix Rule

This article explains MySQL’s composite index leftmost‑prefix rule, demonstrates how the Skip Scan Range Access Method introduced in MySQL 8.0.13 can use indexes without following the rule, provides step‑by‑step examples, code snippets, and discusses its implementation, benefits, and limitations.

Composite IndexDatabase OptimizationSkip Scan
0 likes · 10 min read
How MySQL’s Skip Scan Defies the Leftmost Prefix Rule
Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 23, 2019 · Databases

Key Improvements in MySQL 8.0.13 and 8.0.14

This article reviews the most notable enhancements introduced in MySQL 8.0.13 and 8.0.14, covering query speed optimizations, the new Skip Scan access method, changes to index design rules, deprecated features, and several operational and security improvements for database administrators and developers.

8.0.138.0.14Skip Scan
0 likes · 9 min read
Key Improvements in MySQL 8.0.13 and 8.0.14