I am using MySQL workbench - What is the difference between duration and fetch times when a query is run?
Also is there a way I can enable the microsecond option in MySQ
About the microsecond, try to enable it in the Preferences menu, and I also got a question about the duration and fetch time before, now I seems get the answer that the duration is the execution time of the query, and the fetch is retrieve the result and send them to wherever you want. For example, I get a query which duration time is 0.078 but will take 60 secs to send the data back to my website.