dbTalk Databases Forums  

Consolidating data marts

comp.databases.olap comp.databases.olap


Discuss Consolidating data marts in the comp.databases.olap forum.



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

Default Consolidating data marts - 01-24-2005 , 04:54 AM






Hi all,
Some time ago we had a team of developers who built a data warehouse.
It featured very distinct data marts: Finance, car parts and cars.
However as the business has evolved there is a need to join these. How
is this done? Do we need to design new tables that allow a join or do
we need to redesign the whole data base structure?
Thanks
Sam

Reply With Quote
  #2  
Old   
duvinrouge@servihoo.com
 
Posts: n/a

Default Re: Consolidating data marts - 01-26-2005 , 05:50 AM






Bring all the fact tables & dimension tables together in a relational
database (e.g. SQL Server).
Identify which dimensions can be shared.
Create the shared dimensions (e.g. in Analysis Services).
Create the cubes from the fact tables.
Ensure you have a good front-end app. that can bring data from more
than one cube into the same report using the shared dimensions.
John Keeley

www.johnkeeley.com


Reply With Quote
  #3  
Old   
duvinrouge@servihoo.com
 
Posts: n/a

Default Re: Consolidating data marts - 01-26-2005 , 05:50 AM



Bring all the fact tables & dimension tables together in a relational
database (e.g. SQL Server).
Identify which dimensions can be shared.
Create the shared dimensions (e.g. in Analysis Services).
Create the cubes from the fact tables.
Ensure you have a good front-end app. that can bring data from more
than one cube into the same report using the shared dimensions.
John Keeley

www.johnkeeley.com


Reply With Quote
  #4  
Old   
PPBob
 
Posts: n/a

Default Re: Consolidating data marts - 01-26-2005 , 09:35 AM



Hi John,
I saw this posting too and wonder if you could expand?
What do you mean by "shared dimensions" do you mean the formation of new
tables which hold both the new and old attributes?
thanks


duvinrouge (AT) servihoo (DOT) com wrote in message
<1106740252.696902.102080 (AT) z14g2000cwz (DOT) googlegroups.com>...
Quote:
Bring all the fact tables & dimension tables together in a relational
database (e.g. SQL Server).
Identify which dimensions can be shared.
Create the shared dimensions (e.g. in Analysis Services).
Create the cubes from the fact tables.
Ensure you have a good front-end app. that can bring data from more
than one cube into the same report using the shared dimensions.
John Keeley

www.johnkeeley.com




Reply With Quote
  #5  
Old   
duvinrouge@servihoo.com
 
Posts: n/a

Default Re: Consolidating data marts - 01-28-2005 , 03:50 AM



Presumably Sam has a fact table for cars & a fact table for car parts.
Perhaps both fact tables have a column for "make & model".
A dimension table is created with all the make & model members.
This dimension table is then used in both star schema.
If using Analysis Services then you will create a shared dimension for
make & model.
And a cube for cars & a cube for car parts.
If you have a good front-end app. then you can build a report that
takes numbers from both cubes & has the slicer dimension make & model
to slice your report.

Regards,

John Keeley

www.johnkeeley.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.