Overview
Master Data Management
One canonical Customer / Product / Location — built by match, merge and survivorship rules.
Why it matters
MDM resolves the 'which Acme Inc. is this?' problem at the source so 12 downstream dashboards don't each invent their own answer.
Going deeper
Four common MDM topologies, ordered by how invasive they are to source systems:
- Registry — master record is read-only, just an index of cross-system IDs. Lowest blast radius, weakest enforcement.
- Consolidation — cleansed master copy in a hub for analytics; sources keep writing their own truth.
- Coexistence — hub holds the golden record and publishes back to sources, but sources may still write. Eventual consistency, lots of conflict-resolution.
- Centralised / transactional hub — the hub is the system of record; sources read from it. Strongest data quality, hardest organisational lift.
Choosing one is mostly an org-design decision: pick the topology your business is willing to enforce, not the one with the prettiest architecture diagram.