Research Article Open Access

TwigX-Guide: Twig Query Pattern Matching for XML Trees

Su-Cheng Haw and Chien-Sing Lee

Abstract

The growing importance of XML and the lack of efficient solutions for managing and querying XML data have led to the development of hybrid systems. We present a hybrid system, TwigX-Guide; an extension of the well-known DataGuide index and region encoding labeling to support twig query processing. With TwigX-Guide, a complex query can be decomposed into a set of path queries, which are evaluated individually by retrieving the path or node matches from the DataGuide index table and subsequently joining the results using the holistic twig join algorithm TwigStack. TwigX-Guide improves the performance of TwigStack for queries with parent-child relationships and mixed relationships by reducing the number of joins needed to evaluate a query. Experimental results indicate that TwigX-Guide can process path and twig queries on an average 38% better than the TwigStack algorithm, 29% better than TwigINLAB and 11% better than TwigStackList in terms of execution time.

American Journal of Applied Sciences
Volume 5 No. 9, 2008, 1212-1218

DOI: https://doi.org/10.3844/ajassp.2008.1212.1218

Submitted On: 14 November 2007 Published On: 30 September 2008

How to Cite: Haw, S. & Lee, C. (2008). TwigX-Guide: Twig Query Pattern Matching for XML Trees. American Journal of Applied Sciences, 5(9), 1212-1218. https://doi.org/10.3844/ajassp.2008.1212.1218

  • 2,640 Views
  • 2,277 Downloads
  • 1 Citations

Download

Keywords

  • XML
  • query pattern matching
  • region encoding
  • DataGuide
  • hybrid system