• ↑↓ pour naviguer
  • pour ouvrir
  • pour sélectionner
  • ⌘ ⌥ ↵ pour ouvrir dans un panneau
  • ←→ pour naviguer
  • esc pour rejeter
⌘ '
raccourcis clavier

What’s Being Compared

Two competing philosophies for building data warehouses: Bill Inmon’s top-down approach (enterprise warehouse first, then data marts) vs. Ralph Kimball’s bottom-up approach (data marts first, then conformed dimensions). This distinction maps directly to the Dependent vs. Independent data mart types.

The Core Tension

The fundamental disagreement is where to start: build the complete enterprise warehouse first (Inmon) or build department-level data marts first and integrate them later (Kimball). Inmon prioritizes data consistency; Kimball prioritizes speed to value.

Comparison

DimensionDependent (Inmon)Independent (Kimball)Hybrid
Starting pointCentral enterprise warehouseDepartmental data martsBoth simultaneously
Data flowSources → DWH → Data MartsSources → Data Marts → (DWH later)Sources → DWH → Marts AND Sources → Marts
Data consistencyGuaranteed (single source of truth)Risk of inconsistency (data silos)Moderate (central hub + direct paths)
Time to valueSlow (warehouse first)Fast (marts first)Moderate
CostHigh upfrontLower upfront, may increase during integrationVariable
Best forLarge organizations (MNCs)Small organizations, startupsOrganizations with mixed needs
Integration riskLow (integration done first)High (integration deferred)Moderate

When to Choose Inmon (Dependent / Top-Down)

  • Large organization with centralized operations
  • Budget allows for upfront enterprise warehouse investment
  • Data consistency is the highest priority
  • Long-term analytical strategy exists

When to Choose Kimball (Independent / Bottom-Up)

  • Small organization or startup
  • Limited budget, need quick wins
  • Departments need analytical capability immediately
  • Willing to accept integration risk for speed

When to Choose Hybrid

  • Organization has both enterprise-wide and department-specific needs
  • Some departments need immediate capability while central warehouse is being built
  • Flexibility is more important than architectural purity

The Insight

The Inmon vs. Kimball debate is often framed as a binary choice, but in practice, most successful warehouses evolve from Kimball to Inmon. Organizations start with independent data marts (quick wins), then gradually build a central warehouse as inconsistencies become painful. The hybrid model is the most realistic path for growing companies — it acknowledges that architectural purity must be balanced against business urgency.

Connections