difference between data mart and data warehouse at logical/physical level
2 posters
Page 1 of 1
difference between data mart and data warehouse at logical/physical level
hi at all
I'm a bit confused about the difference between data warehouse and data mart.
From what it reads around internet and books the differences between data mart and data warehouse are about the follows:
-) A data warehouse is created at the enterprise level (organization level). A datamart is created at the department level/business division.
-) A datamart is a subset of the data warehouse and are built for specific user group.
But, what i want to know, if possible, is: at the logical/physical level, what is the difference between data mart and data warehouse?
What I know is that the logical model of data mart is the Star Schema (that is a dimensional model). And for the data warehouse, what's the logical schema/model?
thanks.
I'm a bit confused about the difference between data warehouse and data mart.
From what it reads around internet and books the differences between data mart and data warehouse are about the follows:
-) A data warehouse is created at the enterprise level (organization level). A datamart is created at the department level/business division.
-) A datamart is a subset of the data warehouse and are built for specific user group.
But, what i want to know, if possible, is: at the logical/physical level, what is the difference between data mart and data warehouse?
What I know is that the logical model of data mart is the Star Schema (that is a dimensional model). And for the data warehouse, what's the logical schema/model?
thanks.
gstars- Posts : 10
Join date : 2013-04-05
Re: difference between data mart and data warehouse at logical/physical level
You have every right to be confused. There is no one clear definition of what a data mart is. It is essentially a useless term unless placed in specific context.
If you limit the definition as used by Ralph in the first edition of ToolKit, a mart is a single star schema. That is, a fact table and its related dimensions. A data warehouse is a collection of data marts (a foundation concept of dimensional design).
There are dozens of other interpretations of what a data mart is.
If you limit the definition as used by Ralph in the first edition of ToolKit, a mart is a single star schema. That is, a fact table and its related dimensions. A data warehouse is a collection of data marts (a foundation concept of dimensional design).
There are dozens of other interpretations of what a data mart is.
Re: difference between data mart and data warehouse at logical/physical level
ngalemmo wrote:[...] If you limit the definition as used by Ralph in the first edition of ToolKit, a mart is a single star schema. That is, a fact table and its related dimensions. A data warehouse is a collection of data marts (a foundation concept of dimensional design). [...]
So, in this case, is a data warehouse a collection of related star schemas at logical level?
If yes, how are they related? ... I imagine they are related with foreign key between fact tables. it's right?
Sorry, but i need to understand this concept in depth.
gstars- Posts : 10
Join date : 2013-04-05
Re: difference between data mart and data warehouse at logical/physical level
No, they are related by conforming dimensions. You do not set up FK's between fact tables. Any relationship between facts is considered many-to-many. BI tools that support dimensional models recognize this and combine facts by first summarizing each fact along common dimensions (those used in the query) before combining the two (either by a join or union).
Re: difference between data mart and data warehouse at logical/physical level
Ok, thanks for your explanation.
Now, it's a little more clear.
Now, it's a little more clear.
gstars- Posts : 10
Join date : 2013-04-05
Similar topics
» Data Mart Does Not Equal Data Warehouse
» Tool to capture physical metadata, logical business model and relationship between the two?
» Design a snapshot Fact table in data mart from compliance-enable fact table in enterprise data warehouse
» Conceptual and Logical Data Models
» Enterprise Date Warehouse/Bus Architecture Physical Implementation
» Tool to capture physical metadata, logical business model and relationship between the two?
» Design a snapshot Fact table in data mart from compliance-enable fact table in enterprise data warehouse
» Conceptual and Logical Data Models
» Enterprise Date Warehouse/Bus Architecture Physical Implementation
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum