MySQL Forums
Forum List  »  Performance

Re: Table locked
Posted by: Jonathan Stephens
Date: April 02, 2014 09:02AM

Have you tried testing these slow queries using EXPLAIN / EXPLAIN EXTENDED? This will help you determine whether your indexes are actually being used by your queries or not.

http://dev.mysql.com/doc/refman/5.6/en/explain.html

http://dev.mysql.com/doc/refman/5.6/en/explain-output.html

http://dev.mysql.com/doc/refman/5.6/en/explain-extended.html

cheers

jon.

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Views
Written By
Posted
1538
April 02, 2014 06:28AM
Re: Table locked
825
April 02, 2014 09:02AM
781
April 02, 2014 09:08AM
896
April 02, 2014 11:35PM
820
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.