MySQL Forums
Forum List  »  Performance

Re: Table locked
Posted by: Rick James
Date: April 04, 2014 11:33PM

* 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
* SHOW ENGINE INNODB STATUS\G

Options: ReplyQuote


Subject
Views
Written By
Posted
1533
April 02, 2014 06:28AM
825
April 02, 2014 09:02AM
779
April 02, 2014 09:08AM
895
April 02, 2014 11:35PM
Re: Table locked
818
April 04, 2014 11:33PM


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.