Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Partition by three column values
If there won't be any global indexes, dropping data
would just fly if you use partitioning approach. With
global inexes, it would still be faster than parallel
delete to purge in my opinion, but I don't know for
sure because we don't use this approach as it
generates a lot of rollback info.
Also, I don't know how much data you want to keep in this table, 1 year, 5yrs, 10 yrs, ..? For a 5Yr, retention, 6000 subpartitions should be ok. You would typically see a contention if you have so many partitions in cases where the data gets loaded in old partitions also. How will you be loading this table?
Deepak
> Deepak,
>
> Thanks for the response. Yes, your design looks
> promising and good
> solution to the partitioning. I am evaluating it. I
> am also evaluating
> should I have that many partitions - subpartitions
> or have a simple
> partition by acct_id and use parallel delete do
> purging. Any thoughts
> on this.
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Feb 22 2006 - 13:21:38 CST
![]() |
![]() |