Re: Partition Pruning Problem on Billion Row Table
Think outside the box.
* Do you really need to keep the old data?
* Can you summarize the data, then toss it?
* Column-oriented storage like InfoBright.
* Perl script to build the PARTITION definition; run it each day to add another day.
* Copy the table over, switching to monthly partitions.
* Look at the queries and decide on some other structure.
Subject
Views
Written By
Posted
6057
May 21, 2009 05:12PM
Re: Partition Pruning Problem on Billion Row Table
3273
May 23, 2009 02:00AM
2937
May 26, 2009 08:59AM
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.