|
FreeDataWarehouse.com
|
| Home About
Contact
Useful Sites
Site Map
Network Sites: BPM BPO CRM Six Sigma EAI Sarbanes Oxley (SOX) CMM ERP Tutorials Dimensional Modeling MS Analysis Services |
Tutorials -> Dimensional Modeling TutorialThis dimensional modeling tutorial is intended for people with basic SQL and relational database design skills. Data Management - Dimensional Modeling DefinitionDimensional modeling is the design concept used by many data warehouse designers to build their data warehouse. Dimensional model is the underlying data model used by many of the commercial OLAP products available today in the market. In this model, all data is contained in two types of tables called Fact Table and Dimension Table. Dimensional Modeling - Fact TableIn a Dimensional Model, Fact table contains the measurements or metrics or facts of business
processes. If your business process is Sales, then a
measurement of this business process such as "monthly sales
number" is captured in the fact table. In addition to the measurements,
the only other things a fact table contains are foreign keys for the
dimension tables. Dimensional Modeling - Dimension TableIn a Dimensional Model, context of the measurements are represented in dimension tables. You can also think of the context of a measurement as the characteristics such as who, what, where, when, how of a measurement (subject ). In your business process Sales, the characteristics of the 'monthly sales number' measurement can be a Location (Where), Time (When), Product Sold (What). The Dimension Attributes are the various columns in a dimension table. In the Location dimension, the attributes can be Location Code, State, Country, Zip code. Generally the Dimension Attributes are used in report labels, and query constraints such as where Country='USA'. The dimension attributes also contain one or more hierarchical relationships. Before designing your data warehouse, you need to decide what this data
warehouse contains. Say if you want to build a data warehouse containing
monthly sales numbers across multiple store locations, across time and
across products then your dimensions are: This dimensional modeling tutorial is intended for people with basic SQL and relational database design skills.
Recently Added:
Free Six Sigma Tutorial
|
| Freedatawarehouse.com © Copyright 2000-2004 All Rights reserved. This site is for data warehouse, dimensional modeling and OLAP educational purposes only. We do not guarantee the correctness of the content. The risk of using this content remains with the user. Please read our Privacy Policy Send any comments to: contact . W3C HTML 4.01 compliant. |