赞
踩
今天在查询大量数据时,遇到了查询速度较慢的问题,特地搜集整理了相关的问题解决办法。
1. explain能够干什么
2. explain各个字段代表的意思
3. id与table字段
4. select_type字段
5. partitions字段
6. type字段
NULL > system > const > eq_ref > ref > ref_or_null > index_merge > range > index > ALL (越靠左边的越优秀)
7. possible_keys字段
8. key字段
9. ref字段
10. rows字段和Filter字段
11. extra字段
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。