当前位置: 代码迷 >> 综合 >> mysql profiles 查看sql语句执行的性能
  详细解决方案

mysql profiles 查看sql语句执行的性能

热度:47   发布时间:2024-01-03 22:39:08.0

先通过一段sql语句来介绍一下:

1.select * from test 


2.查询过后,执行show profiles


3.如果再看比较详细的执行可以 通过 show profile for query 3; 注:3这个数字为query_id



  相关解决方案