AdCom: Adaptive Combiner for Streaming Aggregations

Abstract

Continuous applications such as device monitoring and anomaly detection often require real-time aggregated statistics over un-bounded data streams. While existing stream processing systems such as Flink, Spark, and Storm support processing of streaming aggregations, their optimizations are limited with respect to the dynamic nature of the data, and therefore are suboptimal when the workload changes and/or when there is data skew. In this paper we present AdCom, which is an adaptive combiner for stream processing engines. The use of AdCom in aggregation queries enables pre-aggregating tuples upstream (i.e., before data shuffling) followed by global aggregation downstream. In contrast to existing approaches, AdCom can automatically adjust the number of tuples to pre-aggregate depending on the data rate and available network. Our experimental study using real-world streaming workloads shows that using AdCom leads to 2.5–9x higher sustainable throughput without compromising latency.

Type
Conference paper
Publication
In Proceedings of the 22nd International Conference on Extending Database Technology (EDBT)
Kaustubh Beedkar
Kaustubh Beedkar
Assistant Professor