banner.jpg

Adaptive Ordering of Pipelined Stream Filters

Full textClick to download.
CitationProceedings of the ACM SIGMOD Conference on Management of Data, 2004, pp. 263-274
AuthorsShivnath Babu
Rajeev Motwani
S. Munagala
J. Niishizawa
Jennifer Widom

Abstract

We consider the problem of pipelined filters, where a continuous stream of elements is processed by a set of commutative filters. Pipelined filters are common in stream applications and capture a large class of multiway stream joins. We focus on the problem of ordering the filters adaptively to minimize processing cost in an environment where stream and filter characteristics vary unpredictably over time. Our core algorithm, A-Greedy (for Adaptive Greedy), has strong theoretical guarantees: If stream and filter characteristics were to stabilize, A-Greedy would converge to an ordering within a small constant factor of optimal. (In experiments A-Greedy usually converges to the optimal ordering.) One very important feature of A-Greedy is that it monitors and responds to selectivities that are correlated across filters (i.e., that are nonindependent), which provides the strong quality guarantee but incurs run-time overhead. We identify and study a three-way tradeoff among provable convergence to good orderings, run-time overhead, and speed of adaptivity. We develop a suite of variants of A-Greedy that lie at different points on this tradeoff spectrum. We have implemented all our algorithms in a Data Stream Management System and a thorough performance evaluation is presented.

Back to publications
Back to previous page