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
4446
May 30, 2008 09:37AM
3139
May 30, 2008 07:58PM
Re: make number of partitions variable
2956
May 30, 2008 08:14PM
2913
May 31, 2008 04:29AM
2963
June 02, 2008 12:41AM
3995
June 02, 2008 02:27AM
2948
June 02, 2008 12:57PM
2836
June 03, 2008 02:10AM
3267
June 03, 2008 02:32AM
2876
June 03, 2008 11:54AM
3137
June 03, 2008 12:03PM
2781
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.