MySQL Forums
Forum List  »  Partitioning

Partitioning dynamically?
Posted by: Ben Vaughn
Date: October 28, 2006 09:24AM

Hello,

Quick question. I run a DB that sees about 160,000 inserts a day across 3 tables (primary key is a md5sum) and does contain a date field -- but the date field is pretty much always NOW(). I want to create a table that at first contains only one partition -- and then use the job scheduler to simply add a new partition every week. Basically, I just want to use partitioning to split my data up week by week.

Is this possible? All the examples I have seen seem to reference some sort of context for splitting data into partitions, which I don't really need.

Any help anyone could give would be awesome!

Thanks,
Ben

Options: ReplyQuote


Subject
Views
Written By
Posted
Partitioning dynamically?
3404
October 28, 2006 09:24AM
2399
October 29, 2006 07:32AM
2323
November 05, 2006 11:10PM
2230
November 06, 2006 03:01AM


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.