Efficient Processing of XML Update Streams

This paper introduces a framework for processing continuous, exact queries over continuous update XML streams. Instead of eagerly performing the updates on cached portions of the stream, we propagate the updates through the query evaluation pipeline, all the way to the result display, which prints the query answers. That way, the result display prints the query results continuously, replacing old results with new. The novelty of our approach is in the use of this processing framework to unblock operations and reduce buffering by letting the operations themselves embed new updates into the stream that retroactively perform the blocking parts of the operation. Based on this framework, we present novel methods for unblocking a number of important blocking/unbounded stream operations in XQuery using a small memory footprint, such as concatenation, general predicates, descendant-or-self and backward axes, and sorting.

[1]  Dan Suciu,et al.  Stream processing of XPath queries with predicates , 2003, SIGMOD '03.

[2]  Michael Stark,et al.  XQuery Streaming a la Carte , 2007, 2007 IEEE 23rd International Conference on Data Engineering.

[3]  Bruce G. Lindsay,et al.  How to roll a join: asynchronous incremental view maintenance , 2000, SIGMOD '00.

[4]  Michael J. Carey,et al.  The BEA streaming XQuery processor , 2004, The VLDB Journal.

[5]  Helen J. Wang,et al.  Online aggregation , 1997, SIGMOD '97.

[6]  Joseph M. Hellerstein,et al.  Partial results for online query processing , 2002, SIGMOD '02.

[7]  Sudarshan S. Chawathe,et al.  XPath queries on streaming data , 2003, SIGMOD '03.

[8]  Lukasz Golab,et al.  Issues in data stream management , 2003, SGMD.

[9]  Leonidas Fegaras,et al.  Data stream management for historical XML data , 2004, SIGMOD '04.

[10]  Jennifer Widom,et al.  Models and issues in data stream systems , 2002, PODS.

[11]  Dan Suciu,et al.  Processing XML Streams with Deterministic Automata , 2003, ICDT.

[12]  Ranjan K. Dash,et al.  A Fully Pipelined XQuery Processor , 2006, XIME-P.

[13]  Bertram Ludäscher,et al.  A Transducer-Based XML Query Processor , 2002, VLDB.

[14]  Jennifer Widom,et al.  Adaptive caching for continuous queries , 2005, 21st International Conference on Data Engineering (ICDE'05).