Bill Inmon

Known as the “Father of the Data Warehouse” — coined the term and defined the four core properties of a data warehouse.

Last updated: 2026-04-12

Overview

Bill Inmon is widely credited as the originator of the data warehouse concept. He coined the term “data warehouse” and defined its four essential properties (subject-oriented, integrated, time-variant, non-volatile) in his 1990 book Building the Data Warehouse.

His approach is top-down: design a normalized (3NF) enterprise data warehouse first, then derive subject-area data marts from it. This ensures enterprise-wide consistency and a single version of truth before any user-facing reporting is built.

Key Contributions

  • Coined “data warehouse” as a distinct architectural concept
  • Four properties of a DWH: subject-oriented, integrated, time-variant, non-volatile — see data-warehouse
  • Top-down methodology: Enterprise EDW in 3NF → data marts
  • Corporate Information Factory (CIF): His broader architectural blueprint including ODS, EDW, data marts, and exploration warehouses
  • Building the Data Warehouse (1990) — foundational book

Inmon vs. Kimball

InmonKimball
ApproachTop-down (EDW first)Bottom-up (data marts first)
Model3NF normalizedDimensional (star schema)
Integration pointCentral EDWConformed dimensions
Time to valueSlowerFaster
Best forLarge enterprises needing consistencyAgile, department-level BI

See dimensional-modeling for deeper comparison.

Connections

Sources