Re: make number of partitions variable
Oh - and don't forget the max # partitions/table (1024)...
So, every quarter or something, you'd probably want to merge partitions that are older:
alter table herearetheticks
reorganize partition "p_2008-05-30" , "p_2008-05-31"
into ( partition p_2008_q3 values less than (733558));
or something like that...
Subject
Views
Written By
Posted
4490
May 30, 2008 09:37AM
3158
May 30, 2008 07:58PM
Re: make number of partitions variable
2973
May 30, 2008 08:14PM
2951
May 31, 2008 04:29AM
2984
June 02, 2008 12:41AM
4018
June 02, 2008 02:27AM
2972
June 02, 2008 12:57PM
2856
June 03, 2008 02:10AM
3294
June 03, 2008 02:32AM
2918
June 03, 2008 11:54AM
3183
June 03, 2008 12:03PM
2797
June 04, 2008 01: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.