Chapter 13 - Data Warehousing
Chapter 13 - Data Warehousing
Warehousing
Data Warehouse
DSS – friendly data repository for the DSS is
the DATA WAREHOUSE
Fact Table
Star Schema Representation
Fact and Dimensions are represented by physical
tables in the data warehouse database
Fact tables are related to each dimension table in
a Many to One relationship (Primary/Foreign Key
Relationships)
Fact Table is related to many dimension tables
– The primary key of the fact table is a composite primary
key from the dimension tables
Each fact table is designed to answer a specific
DSS question
Star Schema
The fact table is always the larges table in
the star schema
Each dimension record is related to
thousand of fact records
Star Schema facilitated data retrieval
functions
DBMS first searches the Dimension Tables
before the larger fact table
Data Warehouse Implementation
An Active Decision Support Framework
– Not a Static Database
– Always a Work in Process
– Complete Infrastructure for Company-Wide
decision support
– Hardware / Software / People / Procedures /
Data
– Data Warehouse is a critical component of the
Modern DSS – But not the Only critical
component