Master Data Management
Also: MDM, Master Data Management, Golden Record Management
Master Data Management (MDM) is the discipline of creating and maintaining a single, consistent, trusted version of an organization's core business entities like customers, products, and suppliers.
What It Is
Master Data Management (MDM) is a combination of governance, processes, and technology used to define and manage the critical shared data of an organization. This shared data, called master data, describes the core business entities that many systems and teams rely on: customers, products, suppliers, employees, accounts, and locations.
Unlike transactional data (an individual order, a single payment) or analytical data (aggregated metrics), master data changes slowly and is referenced everywhere. The goal of MDM is to produce a golden record: one authoritative, deduplicated, and validated version of each entity that the whole company can trust.
Why it matters
Large organizations store the same entities in many disconnected systems (CRM, ERP, billing, marketing automation). Without coordination, the same customer appears five times with conflicting addresses, and the same product carries different codes. This causes:
- Operational errors: shipping to the wrong address, duplicate invoices.
- Bad analytics and AI: models trained on inconsistent or duplicated data produce unreliable results.
- Compliance risk: regulations like GDPR require knowing exactly what data you hold on a person.
- Wasted cost: teams spend time reconciling spreadsheets instead of acting.
For a Chief Data Officer, MDM is foundational. It underpins data quality, governance, and any reliable reporting or AI initiative.
How it is used in practice
A typical MDM program includes:
- Modeling: defining which entities are master data and their attributes.
- Matching and merging: using deterministic and probabilistic rules to detect duplicates and consolidate them.
- Stewardship: assigning data stewards who resolve conflicts the system cannot auto-resolve.
- Governance: setting ownership, standards, and approval workflows.
- Distribution: publishing golden records back to consuming systems via APIs or feeds.
Common architectural styles include the registry style (a thin index pointing to sources), the consolidation style (a central store for reporting), and the centralized style (the MDM hub is the system of record).
Concrete Example
A retailer finds "Jon Smith", "J. Smith", and "Jonathan Smith" across its e-commerce, loyalty, and support systems. MDM matches these records using email, phone, and address, merges them into one golden customer record, and syncs it everywhere. Marketing now sends one personalized offer instead of three, and support sees a complete history.