加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 站长学院 > MySql教程 > 正文

用于可视化mysql的工具说明

发布时间:2020-12-11 23:49:15 所属栏目:MySql教程 来源:网络整理
导读:我知道查询执行计划visualizer exists. 但从来没有看到它为mysql.你知道吗? 最佳答案我知道这是一个老问题,但如果您使用MySQL工作台,请查看他们的工具:https://www.mysql.com/products/workbench/performance/ The explain plan shows the operations MySQ

我知道查询执行计划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/

希望有所帮助(:

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读