Realtime APIs migrated to a lower-latency edge store
Realtime APIs migrated to a lower-latency edge store
Back to Changelog
The realtime layer was moved onto a low-latency edge store, co-located with the ingestion path.
- All realtime APIs (current concurrent viewers, realtime breakdown, realtime graph) now fetch from the edge store.
- The Data query service connects directly to the edge store using a dedicated query path, removing an extra hop for realtime data.
- The analytics backend now focuses on historical and aggregated queries, freeing up capacity for reporting workloads.
- Cuts realtime API latency and improves performance during traffic spikes on live streams.