Publication | Closed Access
Scotty: Efficient Window Aggregation for Out-of-Order Stream Processing
31
Citations
15
References
2018
Year
Unknown Venue
Cluster ComputingEngineeringComputer ArchitecturePartial AggregatesStreaming AlgorithmData Streaming ArchitectureData ScienceEfficient Window AggregationParallel ComputingOut-of-order ProcessingData ManagementStream ProcessingStreaming EngineComputer EngineeringComputer ScienceData Stream ManagementSession WindowsEdge ComputingCloud ComputingParallel ProgrammingBig Data
Computing aggregates over windows is at the core of virtually every stream processing job. Typical stream processing applications involve overlapping windows and, therefore, cause redundant computations. Several techniques prevent this redundancy by sharing partial aggregates among windows. However, these techniques do not support out-of-order processing and session windows. Out-of-order processing is a key requirement to deal with delayed tuples in case of source failures such as temporary sensor outages. Session windows are widely used to separate different periods of user activity from each other. In this paper, we present Scotty, a high throughput operator for window discretization and aggregation. Scotty splits streams into non-overlapping slices and computes partial aggregates per slice. These partial aggregates are shared among all concurrent queries with arbitrary combinations of tumbling, sliding, and session windows. Scotty introduces the first slicing technique which (1) enables stream slicing for session windows in addition to tumbling and sliding windows and (2) processes out-of-order tuples efficiently. Our technique is generally applicable to a broad group of dataflow systems which use a unified batch and stream processing model. Our experiments show that we achieve a throughput an order of magnitude higher than alternative state-of-the-art solutions.
| Year | Citations | |
|---|---|---|
Page 1
Page 1