MySql查询执行时间
我在 Windows 上使用 MySQL Workbench。如何找出执行查询所需的时间,例如
Select * from employers where employerid > 200
是否可以输入返回该查询的执行时间的语句? 谢谢
I am using MySQL Workbench on Windows. How do I find out the time taken to execute a query like
Select * from employers where employerid > 200
Is there a statement I can enter that returns the execution time for this query?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MySQL Workbench 是解决此类问题(优化、查询基准测试等)的方法。你说你不熟悉它,所以我建议阅读 MySQL
MySQL workbench is the way to go for things like this (optimization, benchmarking of queries, etc.). You say you're not familiar with it, so I'd recommend reading a tutorial from the good folks at MySQL