Data Quality Service · View 11 of 20 · Data
Why it is one-way
- Everything between landing and serving moves forward, which is the property that makes a verdict re-derivable from stored inputs at any later date (ADR-01).
- Only two arrows go backwards: the reconcile feed from the source-of-record control totals, and the gate's promote decision. Both are drawn because both are where the design could be misread.
- Judging happens against the written-but-unpromoted version. Blocking is therefore non-promotion, not a rollback of data that already circulated (ADR-02).
Numbers
- ~40 TB/day ingest across 12,000 datasets; verdict published within 90 s p95 of a Tier 1 commit.
- Fused scan: N assertions in one pass over a partition, with the achieved fusion ratio reported per dataset (ADR-06).
Risks
- The derive step from verdicts to state is asynchronous. Its lag is the window in which a consumer can read 'good' after a block was issued — which is why the staleness bound is part of the API contract (ADR-04).