MySQL索引優化總結

文章目錄 MySQL索引優化總結 select_type Extra與type詳細說明 索引的CURD **索引的建立** 索引的刪除 索引的查看 索引的類型 具體例子 MySQL索引優化總結 mysql> explain select * from t_student_course where stu_id = 2; – 結果: id: 1 select_type: SIMPLE – 查詢類型(
相關文章
相關標籤/搜索