Re: Why Query Cache Actived Returns Wrong Results?
Posted by:
Rick James
Date: September 23, 2012 03:46PM
The Query cache will never give the "wrong" result; something else is causing what you are seeing.
> query_cache_size=1G
This is likely to cause more performance degradation than improvement. I recommend no more than 50M. (Or turn it off.)
To assist in analyzing slow SELECTs, please provide
* SHOW CREATE TABLE tbl\G -- engine, indexes
* SHOW TABLE STATUS LIKE 'tbl'\G -- sizes
* EXPLAIN SELECT ...\G -- clues of inefficiencies
* SHOW VARIABLES LIKE '%buffer%'; -- cache size
and surround them with [ code ] and [ / code ]
Subject
Views
Written By
Posted
3074
September 22, 2012 08:57PM
Re: Why Query Cache Actived Returns Wrong Results?
1785
September 23, 2012 03:46PM
1710
September 23, 2012 08:24PM
1309
September 24, 2012 11:43PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.