login

No pane, no gain

ACM SIGMOD RecordPublished 1 March 2005
Jin Li, David Maier, Kristin Tufte, Vassilis Papadimos, Peter Tucker
Citations269
SJR quartileQ2
SJR score0.69
SNIP0.92

TL;DR

This paper presents an approach for evaluating sliding-window aggregate queries that reduces both space and computation time for query execution that divides overlapping windows into disjoint panes, computes sub-aggregates over each pane, and "rolls up" the pane-aggRegates to computer window-agg Regates.

Abstract

Windows queries are proving essential to data-stream processing. In this paper, we present an approach for evaluating sliding-window aggregate queries that reduces both space and computation time for query execution. Our approach divides overlapping windows into disjoint panes, computes sub-aggregates over each pane, and "rolls up" the pane-aggregates to computer window-aggregates. Our experimental study shows that using panes has significant performance benefits.

Keywords

Computer Science