Affiliation:
1. Mahidol University International College
2. IBM Research
Abstract
Sliding-window aggregation derives a user-defined summary of the most-recent portion of a data stream. For in-order streams, each window change can be handled in
O
(1) time even when the aggregation operator is not invertible. But streaming data often arrive inherently out-of-order, e.g., due to clock drifts and communication delays. For such streams, prior work resorted to latency-prone buffering or spent
O
(log
n
) time for every window change, where n is the instantaneous window size. This paper presents FiBA, a novel real-time sliding window aggregation algorithm that optimally handles streams of varying degrees of out-of-orderness. FiBA is as general as the state-of-the-art and supports variable-sized windows. An insert or evict takes amortized
O
(log
d
) time, where
d
is the distance of the change to the window's boundary. This means
O
(1) time for in-order arrivals and nearly
O
(1) time for slightly out-of-order arrivals, tending to
O
(log
n
) time for the most severely out-of-order arrivals. We also prove a matching lower bound, showing optimality. At its heart, the algorithm combines and extends finger searching, lazy rebalancing, and position-aware partial aggregates. Further, FiBA can answer range queries that aggregate subwindows for window sharing. Finally, our experiments show that FiBA performs well in practice and conforms to the theoretical findings, with significantly higher throughput than
O
(log
n
) algorithms.
Subject
General Earth and Planetary Sciences,Water Science and Technology,Geography, Planning and Development
Cited by
27 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. Springald: GPU-Accelerated Window-Based Aggregates Over Out-of-Order Data Streams;IEEE Transactions on Parallel and Distributed Systems;2024-09
2. AquaLang: A Dataflow Programming Language;Proceedings of the 18th ACM International Conference on Distributed and Event-based Systems;2024-06-24
3. μWheel: Aggregate Management for Streams and Queries;Proceedings of the 18th ACM International Conference on Distributed and Event-based Systems;2024-06-24
4. Optimizing Time Series Queries with Versions;Proceedings of the ACM on Management of Data;2024-05-29
5. Unsupervised Story Discovery from Continuous News Streams via Scalable Thematic Embedding;Proceedings of the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval;2023-07-18