MySQL Forums
Forum List  »  Partitioning

Re: Partitioning by Timestamp with to_days function but PKEY is ID
Posted by: Peter Teitelbaum
Date: August 06, 2009 04:12PM

Can you post your create statement?

What if you created an additional column on the table for summary data. Create an insert trigger that populates this new column based on whatever algorithm you want. Then partition based on that new column.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Partitioning by Timestamp with to_days function but PKEY is ID
2261
August 06, 2009 04:12PM


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.