MySQL Forums
Forum List  »  Partitioning

Re: Building Indexes across partitioned tables longer each day
Posted by: Edward Capriolo
Date: December 23, 2009 12:30PM

We found the problem. Even though many articles on the internet suggests:

alter table disable keys
bulk load
alter table disable keys

That mysql will only rebuild affected indexes, this is not true. MySQL we rebuild all indexes, even if we only insert data into one partition.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Building Indexes across partitioned tables longer each day
2311
December 23, 2009 12:30PM


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.