Re: Big problems on optimizing query
Posted by:
Rick James
Date: September 23, 2010 09:29AM
Please be more explicit:
* 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 ]
There are more details in the EXPLAIN that I need to see.
How much RAM do you have?
You could try OPTIMIZE TABLE -- it might help.
Subject
Views
Written By
Posted
4384
September 20, 2010 06:28AM
Re: Big problems on optimizing query
1766
September 23, 2010 09:29AM
1809
September 24, 2010 04:32AM
1763
September 24, 2010 10:24PM
1757
September 27, 2010 08:56AM
1635
September 28, 2010 05:18PM
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.