Knowledge Architecture

Golden Record

In master data management, the single authoritative version of an entity, assembled by matching and merging records from several systems.

What it is

In master data management, a golden record is the single authoritative version of an entity, assembled by matching and merging records from several systems and resolving the conflicts between them. It is sometimes called the single version of the truth: the record other systems are expected to defer to rather than argue with. Depending on the implementation style it is either stored physically in a central hub or assembled on demand as a virtual view over records that stay where they are.

Why it matters

The golden record is the idea a claim registry borrows, and the instructive part is the sequence. MDM does not ask every system to agree; it resolves the conflicts centrally and serves the resolved version to whatever reads it. Where that resolved version goes varies by implementation style: consolidation stores the merged record and serves downstream readers without updating the sources, coexistence syncs it back to the source systems, centralised makes the hub itself the system of record that other systems consume from, and registry style writes nothing back at all, assembling the record from cross-references at read time. What the styles share is the ordering. Reconciliation happens before anything downstream is allowed to treat the record as truth — which is exactly the step most retrieval systems skip when they index a corpus and start answering from it. Knowledge Company borrows the sequence rather than the tooling.