$RD56ADG
$RD56ADG
Week 5 -- Lecture 13
Data Mining
Course Teacher: Syed Saood Zia
Data Warehouse & Data Mining
• Fact Constellation
Data Warehouse Modeling: Data Cube and
OLAP 4
• The most common modeling paradigm is the star schema, in which the
data warehouse contains:
1) A large central table (fact table) containing the bulk of the data,
with no redundancy, and
• A star schema for AllElectronics sales is shown in Figure 4.6. Sales are
considered along four dimensions: time, item, branch, and location.
• The schema contains a central fact table for sales that contains keys to
each of the four dimensions, along with two measures: dollars sold and
units sold.
• To minimize the size of the fact table, dimension identifiers (e.g., time
key and item key) are system-generated identifiers.
Star Schema 12
Snow Flake Schema 13
• Fact Constellation