Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> partions in Oracle 8

partions in Oracle 8

From: John Bishop <johnbishop_at_atl.mediaone.net>
Date: 1998/03/09
Message-ID: <35048798.FFC70460@atl.mediaone.net>#1/1

I have a conifguration that really lends itself to either using either a series of unions with multiple tables, or implimenting partitions in Oracle 8.

Has anyone had any good or bad experiences with partitions?

The partitioning gig looks like a great idea - we'll be storing data on a monthly basis and the sum of the partions will be the year to date table. In other words, I'm looking at creating a partition of 1/1/98, 2/1/98, 3/1/98... data

OR

I'm creating a table that pretty much has =< N-2 months worth of data with month N-1 and month N seperate. (I'm seperating them because they will be the most recent, and as the most recent tables N-1 and N tables will see the most activity.) So a union would be of N-2(archive) and N-1(last month) and N (this month). Moving the data around will be a month end process.

So what are your suggestions. The partions look easier to manager, but the view lends itself to simplicty (other than the moving around) and it's proven technology.

Good or bad experiences are appreciated.

JB Received on Mon Mar 09 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US