简体   繁体   中英

MySql query execution time

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM