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 -> Re: Using Partitions With Date Range Question

Re: Using Partitions With Date Range Question

From: bm lam <mailbox_at_online.de>
Date: 2000/06/19
Message-ID: <394D55BF.B979FA87@online.de>#1/1

Jake de Haan schrieb:

> I've got a transaction table that we'd like to only keep the last 13 months
> for and thought that partitions would be the way to set this up (i.e. each
> partition would contain a month's worth of data and we could drop the oldest
> partition each new month).
>
> 1.Is there any performance loss if I set up monthly partitions for the next
> 5 years or so? These partitions would be empty for some time, so would it
> be better to set them up on a month-to-month basis?
>

If you want to economize with disk space, you can create a small intial extent and size the next extent properly according to the anticipated amount of data. This way you dont waste a lot space for data that does not exist yet.

>
> 2. Is there a performance loss if a query goes across 2 or more partitions?
> I'm hoping that the answer is no and that this would be the same as hitting
> 2 or more extents but I can't seem to get much info on this.
>
> 3. Is this the best way to do this?

--
To reply to me via email, please substitute the text no_spam with mailbox in the
return address.
Received on Mon Jun 19 2000 - 00:00:00 CDT

Original text of this message

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