微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

用于可视化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.jb51.cc/mysql/432972.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐