Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> partitions and data retention
Hello All,
I am looking for some advice.
We have a handful of tables that are Range partitioned. This field is a varchar2 but we populate it with a date like '20061201'. We load around 20 million transactions a day. Since the application accesses the table by this field and is usually only for one or two days we decided to partition it on a daily basis to make use of partition pruning.
The plan was after the partition was 6 months old we would export the partition and drop it. However I have been told that some customers may want the data up to three years to be online. The first option I can think of would be to use subpartitions. That way I can still truncate the sub-partitions that I need and keep the others.
Any other options ?
Each data partition is about 6 Gigs a day. 20 million rows. Will be accessed by by about 6000+ reports daily on the current partition key.
Thanks
Chris Merrill
901 371 8000 ext 17873
--
http://www.freelists.org/webpage/oracle-l
Received on Tue Nov 28 2006 - 08:32:19 CST
![]() |
![]() |