MySQL Forums
Forum List  »  Partitioning

Re: Move from unpartitioned database to partitioned database
Posted by: Mattias Jonsson
Date: March 20, 2012 03:56AM

1) for RANGE and LIST partitioning it is very fast to add/drop partitions (only need to change the metadata and then create/delete the storage engine files/data).

3) see here:
http://dev.mysql.com/doc/refman/5.1/en/create-event.html

This might give some inspiration too:
http://forge.mysql.com/wiki/Partition_Helper

If you use 5.5, I would suggest using RANGE COLUMNS partitioning to avoid using a function for the range.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Move from unpartitioned database to partitioned database
1791
March 20, 2012 03:56AM


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.