When I run a query on a large table on mysql
, it takes a long time to run. But when I run the same query again, it takes a fraction of time than what it took the first time.
Is MYSQL
caching the resultset in the memory. How can I make it not do that?
The RAM is filling up fast.
query_cache_size in my.ini is 0
The OS is windows server 2012 (if that matters).
Thanks