MySQL索引优化总结

文章目录 MySQL索引优化总结 select_type Extra与type详细说明 索引的CURD **索引的建立** 索引的删除 索引的查看 索引的类型 具体例子 MySQL索引优化总结 mysql> explain select * from t_student_course where stu_id = 2; – 结果: id: 1 select_type: SIMPLE – 查询类型(
相关文章
相关标签/搜索