MySQL Forums
Forum List  »  Partitioning

Re: Foreign key partitions ?
Posted by: Jonathan Stephens
Date: March 25, 2008 11:02AM

You can't insert data into a specific partition in quite the fashion you're suggesting.

The simplest thing might be to add timestamp columns to the other tables and use the same partitioning schemes on them as you do the event table.

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Views
Written By
Posted
3899
March 04, 2008 12:07PM
Re: Foreign key partitions ?
2333
March 25, 2008 11:02AM


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.