Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

Different 'Cumulative Time' for the Same Set of Queries

$
0
0
Hi,

I'm not using query cache by setting
Code:

SET SESSION query_cache_type=0
I still see different 'cumulative time' for the same set of queries. For example for the first run from a web page the time is 1054ms, the subsequent runs are less than 100ms. I did not pay attention to this before thinking I'm probably getting query cache results but this is not the case as I have printed Qcache variables by using the following to make sure there are no query cache hits.
Code:

SHOW GLOBAL STATUS LIKE 'Qcache%'
Appreciated..

Viewing all articles
Browse latest Browse all 13329

Trending Articles