mysql 的慢日志中记录的查询时间非常大。。但是实际执行速度还可以。求助!
程序员文章站
2022-05-03 21:46:09
...
时间mysql慢日志
Query_time: 18446744073709.234375 Lock_time: 0.000050 Rows_sent: 1 Rows_examined: 78415
use news;
SET timestamp=1378690201;
select id,file.....position from 表名 where id='164185' order by position;
上一篇: 列转行