Skip to main content
Adrià García
Menu
← Back to the glossary

Architecture models

Zero-copy

Data access without replication

Zero-copy allows a platform to query or use data that remains in the warehouse without maintaining a complete replica in its own store.

When it applies
It applies when the warehouse is already authoritative and duplicating profiles or attributes increases cost, divergence, or governance overhead.
What it is confused with
It does not mean that nothing ever moves. Results, caches, or operational state may still be persisted to meet execution and latency requirements.
Architecture consequence
Evaluation should test performance, freshness, permissions, query cost, and behavior when the warehouse is unavailable.