- MySQL 8 for Big Data
- Shabbir Challawala Jaydip Lakhatariya Chintan Mehta Kandarp Patel
- 68字
- 2021-08-20 10:06:04
Improving descending indexes
Descending indexes existed in version 5.7 too, but they were scanned in reverse order, which caused performance barriers. To improve performance, MySQL 8 has optimized this and scanned descending indexes in forward order, which has drastically improved performance. It also brings multiple column indexes for the optimizer when the most efficient scan order has ascending order for some columns, and descending order for other columns.
推薦閱讀
- Android Jetpack開發:原理解析與應用實戰
- JavaScript:Functional Programming for JavaScript Developers
- 控糖控脂健康餐
- Go語言高效編程:原理、可觀測性與優化
- Linux網絡程序設計:基于龍芯平臺
- Linux環境編程:從應用到內核
- Building Minecraft Server Modifications
- Mathematica Data Analysis
- Yii Project Blueprints
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- Test-Driven Development with Django
- Learning PHP 7
- 一本書講透Java線程:原理與實踐
- 代替VBA!用Python輕松實現Excel編程
- Java程序設計與項目案例教程