最佳答案
我知道这是一个老问题,但如果您使用MysqL工作台,请查看他们的工具:https://www.mysql.com/products/workbench/performance/
原文链接:https://www.f2er.com/mysql/432972.htmlThe explain plan shows the operations MysqL performs when it runs sql statements. This information can help optimize sql performance. MysqLWorkbench Visualize Explain plans graphically show and highlight how sql statements execute within MysqL.
在我的版本(Mac上的6.3)中,它是顶部菜单中的Query选项,然后是“Explain current statement” – 在实际查询中使用它,而不是EXPLAIN …查询.
另见https://opensourcedba.wordpress.com/2012/11/09/visual-explain-part-2/
希望有所帮助(: