dbTalk Databases Forums  

General OLAP question

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss General OLAP question in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Niklas
 
Posts: n/a

Default General OLAP question - 07-28-2005 , 11:07 AM






Hi all,

I'm new in OLAP. I've already learned a lot about star schemes and snowflake
schemes. Taht works all fine, if you have a 1:1(0) relation between a record
in the fact table and the dimension table. But how to deal with 1:n
relationships?

Example: Inventory list of computers

The fact table would contain a nodeid and references e.g. to a operating
system dimension table, BIOS dimension table, etc. But a computer can have
several netcards, several cpus, etc.. Certainly, I know how to deal with this
in a relational (OLTP) model, but how to handle that within OLAP?

Thanks

Reply With Quote
  #2  
Old   
Deepak Puri
 
Posts: n/a

Default Re: General OLAP question - 07-28-2005 , 09:03 PM






Depending on what questions need to be answered, one approach to
"order-line-item" type of data is to create 2 cubes and combine them in
a virtual cube. The first cube fact table could be at the computer
level, the second at the component level. The second cube would share
all parent dimensions of the first cube, but have additional dimensions
like "component type".


- Deepak

Deepak Puri
Microsoft MVP - SQL Server

*** Sent via Developersdex http://www.developersdex.com ***

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.