mysql duration and fetch time

后端 未结 4 972
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-31 01:17

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

4条回答
  •  再見小時候
    2021-01-31 01:32

    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.

提交回复
热议问题