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: Rachel Carmichael <wisernet100_at_yahoo.com>
Date: Tue, 06 Aug 2002 13:08:29 -0800
Message-ID: <F001.004ACAA7.20020806130829@fatcity.com>


nag me why don't you :)

okay, this is how we are going to solve this... we are making the primary key on the dimension table the number of the date. So, we want to partition by month. Rather than add a date column to the fact table, we are making the primary key of the date dimension table the yyyymmdd for that row. (20020101 for January 1, 2002, etc) This goes into the fact table. Then I range partition the fact table on yyyymm00 through yyyymm99 for each partition that I build.

At least.. that's the plan.


Do You Yahoo!?
Yahoo! Health - Feel better, live better http://health.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rachel Carmichael
  INET: wisernet100_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).
Received on Tue Aug 06 2002 - 16:08:29 CDT

Original text of this message

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