mysql优化 - mysql EXPLAIN之后怎么看结果进行优化 ?
怪我咯
怪我咯 2017-04-17 15:30:43
0
2
660

EXPLAIN 之后看不懂结果,求解释一下~~~

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(2)
PHPzhong

The poster can refer to this very detailed http://www.cnitblog.com/aliyi...

Ty80

As far as my personal habit is concerned, I start by looking at the row with the most rows, then look at the type row, first solve the problem of type=ALL, and then look at the Extra column to see what needs to be optimized. If you don’t understand, first Baidu what these parameters mean, and then think about the optimization problem, row means how many rows are queried in the table under the table column corresponding to the row, and then type=ALL means that the row corresponds to the table column. The table below uses a full table scan. There are some others that are too long to talk about, so just Baidu them yourself.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template