MySQL Forums
Forum List  »  Partitioning

Re: Partition table not support foreign key feature ?
Posted by: Rick James
Date: July 03, 2010 12:35AM

I've seen lots of tables with 7M rows, but not partitioned.

Your PK is only one column, an INT. There is not much advantage in partitioning on such.

Many of your indexes refer to fields that are not in the table??

Consider whether you need "compound indexes".

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Partition table not support foreign key feature ?
2119
July 03, 2010 12:35AM


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.