MySQL Forums
Forum List  »  InnoDB

Re: Rebuild Indexes Online after Insert/Update
Posted by: Rick James
Date: January 21, 2010 11:56PM

Let's switch from theoretical discussions to specifics. To assist in analyzing slow queries, please provide
* SHOW CREATE TABLE tbl\G -- engine, indexes
* SHOW TABLE STATUS LIKE 'tbl'\G -- sizes
* EXPLAIN SELECT ...\G -- clues of inefficiencies (for SELECTs)
* SHOW VARIABLES LIKE '%buffer%'; -- cache size
and surround them with [ code ] and [ / code ]

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Rebuild Indexes Online after Insert/Update
2395
January 21, 2010 11:56PM


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.