FluxSieve: Unifying Streaming and Analytical Data Planes for Scalable Cloud Observability
Adriano Vogel, S\"oren Henning, Otmar Ertl

TL;DR
FluxSieve introduces a unified data processing architecture that embeds in-stream filtering during data ingestion, significantly improving query performance in large-scale observability platforms with minimal overhead.
Contribution
It presents a novel architecture unifying streaming and analytical data planes through in-stream filtering and records enrichment, enabling scalable, high-performance query processing.
Findings
Up to orders-of-magnitude query performance improvements
Minimal additional storage and low computational overhead
Effective integration with Apache Pinot and DuckDB
Abstract
Despite many advances in query optimization, indexing techniques, and data storage, modern data platforms still face difficulties in delivering robust query performance under high concurrency and computationally intensive queries. This challenge is particularly pronounced in large-scale observability platforms handling high-volume, high-velocity data records. For instance, recurrent, expensive filtering queries at query time impose substantial computational and storage overheads in the analytical data plane. In this paper, we propose FluxSieve, a unified architecture that reconciles traditional pull-based query processing with push-based stream processing by embedding a lightweight in-stream precomputation and filtering layer directly into the data ingestion path. This avoids the complexity and operational burden of running queries in dedicated stream processing frameworks. Concretely,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Database Systems and Queries · Cloud Computing and Resource Management · Data Management and Algorithms
