mysql profiler “Sending data”

前端 未结 2 388
暖寄归人
暖寄归人 2021-01-12 12:51

Is there an explanation of these statuses anywhere?

http://dev.mysql.com/tech-resources/articles/using-new-query-profiler.html

my specific question is in reg

2条回答
  •  温柔的废话
    2021-01-12 13:46

    before sending data to client, mysql need to read data, the phase of read data may take the majrity time of "sending data"

提交回复
热议问题