mysql優化(二)

SQL語句及索引的優化 explain分析sql語句 MySQL中explain的type類型 |  ALL              |  全表掃描 |  index            |  索引全掃描 |  range            |  索引範圍掃描,常用語<,<=,>=,between等操作 |  ref                |  使用非唯一索引掃描或唯一索引前綴掃描
相關文章
相關標籤/搜索