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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Best Practice - Partitioned object, one partition per tablespace,

Re: Best Practice - Partitioned object, one partition per tablespace,

From: Tim Gorman <Tim_at_SageLogix.com>
Date: Wed, 25 Sep 2002 21:49:04 -0800
Message-ID: <F001.004D9A19.20020925214904@fatcity.com>


Another approach is to partition according to your load strategy, but make them reside in tablespaces according to how you want to set them to READ ONLY. For example, if you load daily, partition daily. But if you want to set the data into READ ONLY to reduce backup volumes on a quarterly basis, then put all of those daily partitions into quarterly tablespaces. So, each tablespace will have roughly 90-91 partitions for each table...

> We currently are creating partitions of a given table in individual
> tablespaces (1 partition = one tablespace). To me, this seems like a
> reasonable practice. Anyone have any thoughts about this they would like
the
> share?
>
> RF
>
> Robert G. Freeman - Oracle OCP
> Oracle Database Architect
> CSX Midtier Database Administration
> Author of several Oracle books you can find on Amazon.com!
>
>
> The avalanche has begun, It is too late for the pebbles to vote.
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Freeman, Robert
> INET: Robert_Freeman_at_csx.com
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Tim Gorman
  INET: Tim_at_SageLogix.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Sep 26 2002 - 00:49:04 CDT

Original text of this message

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