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: Rolling partitions

Re: Rolling partitions

From: <Jared.Still_at_radisys.com>
Date: Tue, 06 Aug 2002 10:18:25 -0800
Message-ID: <F001.004AC64C.20020806101825@fatcity.com>


This discussion raises an interesting question.

Do your fact tables have a date column in them?

If so, how do you correlate that with the date/time dimension table?

If you use a local date column to control the partitioning rather than a PK from the date/time dimension, user queries based on the date/time dimension won't be able to use partition elimination.

Personally, I see no need for a date column in the fact table.

Jared

paquette stephane <stephane_paquette_at_yahoo.com> Sent by: root_at_fatcity.com
08/06/2002 08:43 AM
Please respond to ORACLE-L  

        To:     Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
        cc: 
        Subject:        Re: Rolling partitions


I've done that in a datawarehouse system. The fact tables were partitionned by date. Some fact tables were keeping different number of months : 6o, 12, 15,...
This was handle in the metadata tables and was written with PL/SQL (Oracle 8). You can do a lot of things with PS/SQL.
So the metadata was containg the table name, the naming convention of the partition, the naming convention for the tablespace, disks name, the number of partition per table, ...
Data was moved into retention data tables then the partition were rolling : creation of new tablespaces, creation of new partition, moving data to the retention tables, dropping partition,...

HTH


Stéphane Paquette
DBA Oracle, consultant entrepôt de données Oracle DBA, datawarehouse consultant
stephane_paquette_at_yahoo.com

Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: =?iso-8859-1?q?paquette=20stephane?=
  INET: stephane_paquette_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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: 
  INET: Jared.Still_at_radisys.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Tue Aug 06 2002 - 13:18:25 CDT

Original text of this message

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