-
Notifications
You must be signed in to change notification settings - Fork 0
Home
David Liu edited this page Dec 30, 2024
·
6 revisions
Welcome to the data-warehouse wiki!
- Defined by Bill Inmon
- Top-Down Approach
- design an enterprise-wide data model/view first
- align with waterfall
- Seek for executive sponsor for a centralized data warehouse as Single source of truth first.
- Uses a normalized data model
- Adopter: Converged database (Oracle)
aka. Business dimensional lifestyle approach
- Defined by Ralph Kimball
- Bottom-Up Approach start from downstream (e.g. Data Proudct, user-friendly data structures)
- Build denormalized or dimensional data marts first. Combine into data warehouse later.