用于可视化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/

希望有所帮助(:

相关文章

目录MySQL卸载环境查看是否已安装MySQL卸载mysql服务查看是否...
目录数据类型数据类型分类数值类型以TINYINT认识整型族有符号...
目录表的约束空属性非空约束(NOT NULL Constraint)默认值定...
目录函数时间日期函数:字符串函数数学函数其他函数 函数 时间...
目录使用C语言连接库的安装C APImysql_initmysql_real_conne...
目录用户用户管理查询所有用户查看当前用户查看当前连接数创...