MySQL Forums
Forum List  »  Optimizer & Parser

Re: Long query execution, about 1 hr
Posted by: Rick James
Date: February 14, 2011 07:00PM

More details, please:
* 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
3539
February 13, 2011 10:07AM
Re: Long query execution, about 1 hr
1216
February 14, 2011 07:00PM
1208
February 15, 2011 03:04PM
1255
February 16, 2011 12:17AM


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.