Glossaire
DataMarketingFinanceIA

MDM

Aussi : MDM, Master Data Management, Reference data management, Golden record management, Gestion des donnees de reference (GDR)

Master Data Management: ensuring a single, authoritative version of key reference data (customers, products, suppliers) across all systems.

What it is

Master Data Management (MDM) is the discipline, set of processes, and technology used to create and maintain a single, trusted, and consistent version of an organization's core reference data. This master data describes the key entities a business depends on: customers, products, suppliers, employees, accounts, and locations. Unlike transactional data (an order, a payment, a click), master data changes slowly and is reused across many systems.

MDM combines governance (who owns and approves data), matching and merging logic (deduplication), and a distribution mechanism so that every downstream system references the same authoritative record, often called the golden record.

Why it matters

Without MDM, the same customer can exist as "Acme Corp", "ACME Corporation", and "Acme Inc." across CRM, billing, and support tools. This fragmentation causes:

  • Bad decisions from inconsistent or duplicated reporting figures
  • Wasted spend (duplicate mailings, redundant supplier onboarding)
  • Compliance risk (inability to honor a data deletion request across systems)
  • Failed AI initiatives, since models trained on conflicting entities produce unreliable output

How it is used in practice

Typical MDM implementations follow a few common styles:

  • Registry style: leaves data in source systems and only maps identifiers to a central index.
  • Consolidation style: pulls copies into a hub for cleansing and reporting.
  • Centralized (or transactional) style: the hub becomes the authoritative source that systems write back to.

Core capabilities include data modeling, matching and survivorship rules (deciding which value wins when records conflict), stewardship workflows for manual review, and syndication back to consuming applications.

Worked example

A retailer sells through an online store, physical shops, and a call center. A customer, Maria Lopez, appears three times:

  • Web: `maria.lopez@email.com`, no phone
  • Store loyalty: `M. Lopez`, phone `+33 6 12 34 56 78`
  • Call center: `Maria L.`, same phone

The MDM hub runs matching rules on email, phone, and name similarity, links the three records, and applies survivorship rules (most recent verified email wins, most complete address wins). It produces one golden record with a stable ID. Marketing now sees one customer instead of three, finance reconciles lifetime value correctly, and any AI recommendation engine trains on clean, unified history.

Bottom line: MDM is the foundation that makes analytics, personalization, and automation trustworthy.

MDM: many sources, one golden record CRM Acme Corp Billing ACME Corporation Support Acme Inc. MDM hub match + merge survivorship Golden record ID: 10042 Acme Corporation Governance and stewardship rules apply
Conflicting records from multiple systems are matched and merged into one authoritative golden record.