STAR SCHEMA IMPLEMENTATION
By :Swati Jaipurkar
Data warehouse modelling
Data Modelling
Multidimensional data Model :
Star Schema
 Represents Multidimentional data.
 In the center “FACT Table”
 Dimention Tables around the Fact table.
Dimention
Table 3
FACT TABLE
Dimention
Table 2
Dimention
Table 1
Dimention
Table 4
Steps in
Designing Star Schema
1. Identify business process for analysis(Like
sales)
2. Identify measures or facts (sales in $)
3. Identify dimentions for fact (Product, customer,
Time, Region etc)
4. List the coulmns that describes dimention
5. Determine lowest level of summary in fact table
sales.
Dimention and Fact Tables:
Advantages
1. Simpler queries
2. Simplified business reporting logic
3. Query performance gains
4. Fast aggregations
5. Feeding cubes
Implementing star schema using
ERDPlus tool
Use following link to implement star schema :
https://erdplus.com/

Star schema PPT

  • 1.
  • 2.
    Data warehouse modelling DataModelling Multidimensional data Model :
  • 3.
    Star Schema  RepresentsMultidimentional data.  In the center “FACT Table”  Dimention Tables around the Fact table. Dimention Table 3 FACT TABLE Dimention Table 2 Dimention Table 1 Dimention Table 4
  • 4.
    Steps in Designing StarSchema 1. Identify business process for analysis(Like sales) 2. Identify measures or facts (sales in $) 3. Identify dimentions for fact (Product, customer, Time, Region etc) 4. List the coulmns that describes dimention 5. Determine lowest level of summary in fact table sales.
  • 5.
  • 6.
    Advantages 1. Simpler queries 2.Simplified business reporting logic 3. Query performance gains 4. Fast aggregations 5. Feeding cubes
  • 7.
    Implementing star schemausing ERDPlus tool Use following link to implement star schema : https://erdplus.com/