MySQL Forums
Forum List  »  Partitioning

Re: Cannot partition the table
Posted by: Mattias Jonsson
Date: January 01, 2009 06:03AM

Hi, you could try the 'column_list' feature, which allows range partitioning over multiple columns (including non integer columns):
https://code.launchpad.net/~mikael-ronstrom/mysql-server/mysql-5.1-wl3352

Or enforce the uniqueness in the application and only use it as an non unique index.

Options: ReplyQuote


Subject
Views
Written By
Posted
6967
December 29, 2008 03:10PM
3440
December 30, 2008 12:07AM
Re: Cannot partition the table
3132
January 01, 2009 06:03AM


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.