Top down approach
Customer
table with related tables for Address
, Orders
, and Payments
.Aspect | Inmon Approach | Kimball Approach |
---|---|---|
Design Philosophy | Top-down, centralized data warehouse. | Bottom-up, iterative development. |
Model Type | Normalized modeling (3NF). | Dimensional modeling (star schema). |
Focus | Data integration and consistency. | Business user needs and query performance. |
Development | Big-bang, centralized. | Iterative and incremental. |
Complexity | More complex, requires expertise. | Simpler, easier to understand. |