MySql查询执行时间

发布于 2024-11-25 15:19:56 字数 162 浏览 1 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一口甜 2024-12-02 15:19:56

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文