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

Home -> Community -> Mailing Lists -> Oracle-L -> slightly OT: data modelling question

slightly OT: data modelling question

From: <Antje.Sackwitz_at_ppi.de>
Date: Wed, 02 Oct 2002 06:23:21 -0800
Message-ID: <F001.004DE2E8.20021002062321@fatcity.com>


Hi,
I am designing a (data warehouse) system where I would like to get some hints for the table design.
I have dimensions time, standard_width, category and dimension hierarchy
hierarchy has 5 levels with each having about 30 attributes level1 .. level5 identified by ids that are generated by production system per day via sequence - (8-10 attributes would make up the key, further systems to add data reference the ids),
between level n and level (n+1) is a n:m-relationship

Then I have
facts type 1 just related hierarchy level5 and time, standard_width, category
facts type 2 related to time and hierachy - hierarchy dimension is non-additive
facts type 3 related to time and hierachy,standard_width, category all facts are additive

Now I am wondering, do I construnct dimension hierarchy as a large dimension
(adding about 2000 records per day).

Or to I normalize the dimension having a table per level? If second solution how do I make sure performance for my facts of type 1 is still acceptable?

The system is to use one of this featureful adhoc-query-tools. Any tips?

Regards,
Antje Sackwitz

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: Antje.Sackwitz_at_ppi.de

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 Wed Oct 02 2002 - 09:23:21 CDT

Original text of this message

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