Scalable Filtering of Multiple Generalized-Tree-Pattern Queries over XML Streams

  • Authors:
  • Songting Chen;Hua-Gang Li;Jun'ichi Tatemura;Wang-Pin Hsiung;Divyakant Agrawal;K. Selçuk Candan

  • Affiliations:
  • NEC Laboratories America, Cupertino;NEC Laboratories America, Cupertino;NEC Laboratories America, Cupertino;NEC Laboratories America, Cupertino;NEC Laboratories America, Cupertino;NEC Laboratories America, Cupertino

  • Venue:
  • IEEE Transactions on Knowledge and Data Engineering
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

An XML publish/subscribe system needs to filter a large number of queries over XML streams. Most existing systems only consider filtering the simple XPath statements. In this paper, we focus on filtering of the more complex Generalized-Tree-Pattern (GTP) queries. Our filtering mechanism is based on a novel Tree-of-Path (TOP) encoding scheme, which compactly represents the path matches for the entire document. First, we show that the TOP encodings can be efficiently produced via a shared bottom-up path matching. Second, with the aid of this TOP encoding, we can 1) achieve polynomial time and space complexity for post processing, 2) avoid redundant predicate evaluations, 3) allow an efficient duplicate-free and merge join-based algorithm for merging multiple encoded path matches and 4) simplify the processing of GTP queries. Overall our approach maximizes the sharing opportunity across queries by exploiting the suffix as well as prefix sharing. At the same time, our TOP encodings allow efficient post processing for GTP queries. Extensive performance studies show that our GFilter solution not only achieves significantly better filtering performance than state-of-the-art algorithms, but also is capable of efficiently filtering the more complex GTP queries.