Customer 360 Enterprise Data Platform — Denodo on Azure · View 05 of 39 · People and journeys
The trough, and what it demands
- The worst moment is not latency. It is an empty support panel that could equally mean no open cases or ServiceNow being unreachable — and an agent who tells a complaining customer they have no open case is worse than one who says the system is down.
- That single ambiguity is why the API contract carries a status per domain rather than one status per response, and why partial results are a designed outcome. View 25 draws it; view 22 shows the response shape.
What the phases demand of the architecture
- See who it is — caller-line matching against the crosswalk, so identity resolution is on the critical path of the highest-volume journey. Its availability target is therefore the platform's.
- Look it up — one call assembling four domains, which is what makes the data services pool separate from the BI pool on view 29.
Numbers
- Caller-line match rate 94%; the remaining 6% fall back to a three-field search that must return inside the same 2 s budget.
- P95 for the assembled panel 1.6 s against a 2 s target. Average handle time 4 minutes 10 seconds is the business measure this exists to move.