Enterprise Generative Search — Azure and Open Source · View 17 of 41 · Data
The decision this view makes
- Zone 3 — the ledger, provenance, feedback and audit — is the only authoritative data the platform holds. Everything else is either a copy of a source or a derivative that can be rebuilt.
- That is why only zone 3 is geo-replicated with an RPO. Backing up an index that can be rebuilt in 14 hours costs money and buys nothing.
- Zone 4 is defined by a rule rather than a technology: flushing it may cost latency, never correctness. Any cache whose loss changes an answer is misplaced.
Numbers
- 12 TB raw content, about 2.1 TB of parsed text, 320 M chunks, index footprint about 1.4 TB.
- Full rebuild 14 hours and about 1,900 USD; single-source rebuild under 2 hours.
- RPO 5 minutes and RTO 30 minutes, both applying to zone 3 only.
Assumptions
- Raw content is retained for 90 days under an immutability policy so a reparse never needs to refetch from a throttled source.
- Rendered page images exist for citation anchoring; they are storage-cheap and remove a whole class of citation drift when a source document is edited.