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
Execution time is time spent preparing the query and running the query AND The fetch time is time spent pulling-in the row results