用于可视化mysql的工具说明

前端之家收集整理的这篇文章主要介绍了用于可视化mysql的工具说明前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

我知道查询执行计划visualizer exists.

但从来没有看到它为MysqL.你知道吗?

最佳答案
我知道这是一个老问题,但如果您使用MysqL工作台,请查看他们的工具:https://www.mysql.com/products/workbench/performance/

The 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/

希望有所帮助(:

原文链接:https://www.f2er.com/mysql/432972.html

猜你在找的MySQL相关文章