MySQL Forums
Forum List  »  Partitioning

Re: Create index on parttion table (manually and dynamically)
Posted by: Rick James
Date: July 06, 2013 10:52PM

* What version of MySQL are you running? Newer versions have better CREATE INDEX times. Older versions: Do all INDEX operations in a single ALTER statement. Newer versions: separate ALTERs (see 'online vs offline).

* It might be better to partition by RANGE, without subpartitions.

* With InnoDB, you should always have a PRIMARY KEY, not add it later.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Create index on parttion table (manually and dynamically)
2938
July 06, 2013 10:52PM


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.