MySQL Forums
Forum List  »  Russian

Re: MySQL in our website
Posted by: Rick James
Date: October 03, 2010 09:49PM

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 ]

(and if you are willing to converse in English, suggest you move to the Performance forum.)

Options: ReplyQuote


Subject
Views
Written By
Posted
4953
July 14, 2010 05:26PM
Re: MySQL in our website
2556
October 03, 2010 09:49PM


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.