Quantcast
Channel: MySQL Performance Blog » Search Results » mysql slow queries log report
Viewing all articles
Browse latest Browse all 61

Post: Analyzing Slow Query Table in MySQL 5.6

$
0
0

…numerics to microsecond scale: sql/log.cc, MYSQL_QUERY_LOG::write(): 1945 /* For slow query log */ 1946 sprintf(query_time_buff, “%.6f”, ulonglong2double(query_utime)/1000000.0); 1947 …to do a report on the query log in spite of this.  You could still get a report of the most frequent queries, even …

The post Post: Analyzing Slow Query Table in MySQL 5.6 appeared first on MySQL Performance Blog.


Viewing all articles
Browse latest Browse all 61

Trending Articles