OpenDQ-Matrix360 / learning companion

Data Distribution Approaches

Module 07 Lesson 5 · 7 lessons in this module

Data Distribution Approaches

In brief: Data virtualization is a distribution alternative that deserves consideration alongside physical distribution approaches. Rather than physically moving or copying governed data to consumer locations, virtualization creates a logical access layer that assembles governed entity data from the MDM platform and other sources at query time.

Watch: How data virtualization works as a distribution alternative, why data residency requirements must be built into distribution architecture from the start, and how to match distribution approaches to different consumer types and AI use cases.

Module support notes

Data Virtualization as a Distribution Alternative

Data virtualization is a distribution alternative that deserves consideration alongside physical distribution approaches. Rather than physically moving or copying governed data to consumer locations, virtualization creates a logical access layer that assembles governed entity data from the MDM platform and other sources at query time.

For AI programs with complex cross-entity data requirements — models that need customer, product, and transaction data assembled into a single training record — virtualization can significantly simplify the distribution architecture by eliminating the need to maintain synchronized copies of data across multiple stores. The tradeoff is query-time performance: assembling data at query time is slower than reading from a pre-materialized copy, which makes virtualization better suited to AI training workloads than to real-time inference where response time is critical.

Note

Data virtualization eliminates distribution latency for consumers that can tolerate real-time assembly — at the cost of query-time performance. This makes it well-suited for AI training pipelines that run overnight or on a scheduled cadence, where assembly time is acceptable. It is not appropriate for real-time AI inference use cases where a model needs a governed entity record returned in milliseconds.

A data virtualization layer sitting above the MDM platform and multiple source systems. Consumer systems including an AI feature store query the virtualization layer using standard SQL or API calls. The virtualization layer queries the MDM platform and relevant source systems in real time, assembles the response, and returns it to the consumer without physically moving or copying data.
Data virtualization eliminates distribution latency for consumers that can tolerate real-time assembly — at the cost of query-time performance.

Distribution and Data Residency Requirements

Data residency and data sovereignty requirements increasingly constrain MDM distribution architecture, particularly for global organizations with AI programs that span multiple jurisdictions. Customer records governed by GDPR in Europe may not be transferable to AI training environments in other regions without specific legal basis. Financial records subject to local sovereignty requirements may need to remain within national borders.

Distribution architecture that ignores these constraints produces both compliance exposure and AI program delays when regulators or legal teams require distribution patterns to be redesigned after implementation. Building residency constraints into the distribution architecture design from the start — including their implications for AI training dataset scope and geographic access controls — is significantly less costly than retrofitting them.

Warning

Data residency requirements constrain distribution architecture — design for them before building the distribution layer. An AI training pipeline that was built assuming global data access may need to be redesigned from scratch when legal or compliance teams identify residency violations. That redesign is far more expensive than including residency constraints in the initial distribution architecture review.

A global enterprise MDM architecture showing golden records distributed to regional data stores in Europe, North America, and Asia-Pacific, with data residency rules annotated for each region — EU customer records cannot leave the EU, APAC records are subject to local sovereignty requirements, North America records are freely distributable within the region. AI training environments in each region receive only the records they are permitted to access.
Data residency requirements constrain distribution architecture — design for them before building the distribution layer.

Distribution is not one decision — it is a set of decisions made separately for each consumer type and use case, with AI training and AI inference typically requiring different approaches.

A consumer type matrix showing five distribution approaches — push, pull API, file export, database replication, and API gateway — mapped against six consumer types with a suitability rating for each combination. AI training and AI inference are highlighted with their recommended distribution approaches, showing that AI training favors bulk export and replication while AI inference favors API gateway and push patterns.
Distribution is not one decision — it is a set of decisions made separately for each consumer type and use case.

Lesson progress

0% watched
← Previous Next lesson →