MySQL Forums
Forum List  »  InnoDB

Re: Delete Query Taking Too Much Resources
Posted by: Aftab Khan
Date: September 21, 2012 05:20AM

Please provide following:

SHOW CREATE TABLE table_name\G
SHOW TABLE STATUS LIKE 'tbl_name'\G
SHOW KEYS FROM tbl_name;

Also, provide DELETE query and the EXPLAIN output

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Delete Query Taking Too Much Resources
665
September 21, 2012 05:20AM


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.