Definitive Guid...: The Data Warehouse Toolkit: The
"The Data Warehouse Toolkit: The Definitive Guide to Dimensional Modeling" by Ralph Kimball and Margy Ross is the foundational text for modern data architecture. It popularized the approach, which prioritizes user intuition and query performance over the complex normalization used in traditional operational databases. Core Concepts
The book revolves around the "Star Schema," consisting of two main table types: The Data Warehouse Toolkit: The Definitive Guid...
To prevent "data silos," the toolkit introduces the Data Warehouse Bus Architecture . The "glue" of this architecture is Conformed Dimensions —dimensions (like Date or Product ) that are built once and shared across multiple fact tables. This ensures consistency when comparing data across different parts of the business. "The Data Warehouse Toolkit: The Definitive Guide to
A major contribution of the book is how to handle data that changes over time: Type 1: Overwrite the old value (no history). The "glue" of this architecture is Conformed Dimensions