MySQL Forums
Forum List  »  Performance

Re: Long query locking up MySQL Server
Posted by: Rick James
Date: December 02, 2010 12:27AM

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 ]

Options: ReplyQuote


Subject
Views
Written By
Posted
4035
December 01, 2010 05:23AM
Re: Long query locking up MySQL Server
1083
December 02, 2010 12:27AM
904
December 03, 2010 08:46AM
802
December 03, 2010 09:21PM
2076
December 04, 2010 11:44AM


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.