Prevent a MySQL query from using the query cache
Whilst I was busy trying to optimize a MySQL query I got annoyed by the fact that when you make use of MySQL’s query cache that a query gets cached. When that happens a second time you execute the query it’s being looked up and the cached results are being returned. If you want to […]
Prevent a MySQL query from using the query cache Read More »