MySQL Forums
Forum List  »  Partitioning

alter table rebuild partition locks reads
Posted by: Chris C
Date: December 18, 2009 01:24AM

I'm performing an alter table rebuild partition on innodb database. (Using the innodb plugin.) Version 5.1.39 of mysql. Database is on EC2, EBS volumes. There's many tables of various size, all have the same issue. The table is range partitioned by date - each partition is one week. No writes occur during the rebuild, but queries still occur. Immediately after the rebuild starts, all queries hang. In processlist they show "Waiting for table". They didn't always do this. Just started. From what I've read - they should allow queries. Why would a query suddenly not be allowed? Innodb show status doesn't show much else. This is killing us right now - we can't rebuild at all. Is there anyway to diagnose this???

Thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
alter table rebuild partition locks reads
5872
December 18, 2009 01:24AM


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.