MySQL Forums
Forum List  »  MyISAM

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.

Options: ReplyQuote


Subject
Views
Written By
Posted
4235
September 20, 2010 06:28AM
Re: Big problems on optimizing query
1692
September 23, 2010 09:29AM
1675
September 24, 2010 10:24PM
1559
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.