Lower end-to-end latency from beacon to query
Lower end-to-end latency from beacon to query
Back to Changelog
We have shipped a major rework of the stream processing pipeline that turns raw beacon events into the metrics surface used by every Data query. Key changes:
- Incremental event processing — partial view sessions are processed as they arrive instead of waiting for the full session to close, reducing the lag between a viewer’s activity and that activity appearing in queries.
- Efficient deduplication — duplicate-event detection now scales with view volume rather than session length.
- View finalization — a new finalization step marks views as complete and stable, letting the query layer skip in-flight sessions and produce more accurate counts.