Processing XML streams with deterministic automata and stream indexes

  • Authors:
  • Todd J. Green;Ashish Gupta;Gerome Miklau;Makoto Onizuka;Dan Suciu

  • Affiliations:
  • University of Pennsylvania, Philadelphia, PA;University of Washington, Seattle, WA;University of Washington, Seattle, WA;NTT Cyber Space Laboratories, NTT Corporation, Kanagawa, Japan;University of Washington, Seattle, WA

  • Venue:
  • ACM Transactions on Database Systems (TODS)
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

We consider the problem of evaluating a large number of XPath expressions on a stream of XML packets. We contribute two novel techniques. The first is to use a single Deterministic Finite Automaton (DFA). The contribution here is to show that the DFA can be used effectively for this problem: in our experiments we achieve a constant throughput, independently of the number of XPath expressions. The major issue is the size of the DFA, which, in theory, can be exponential in the number of XPath expressions. We provide a series of theoretical results and experimental evaluations that show that the lazy DFA has a small number of states, for all practical purposes. These results are of general interest in XPath processing, beyond stream processing. The second technique is the Streaming IndeX (SIX), which consists of adding a small amount of binary data to each XML packet that allows the query processor to achieve significant speedups. As an application of these techniques we describe the XML Toolkit (XMLTK), a collection of command-line tools providing highly scalable XML data processing.