Efficient Processing of XML Twig Pattern Based on Related Semantics

Zhu Jinqing,Zhou Junfeng,Wang Wei,Meng Xiaofeng
2008-01-01
Abstract:As a de facto standard for information representation and exchange over the internet, XML has been used extensively in many applications. Though keyword search method can be used easily, it possesses the inherit feature of limited expressive capability. Structured query language has the powerful expressive ability, however, users must have a full understanding of the underneath schema information. We propose an extension to XPath by introducing a novel related semantics, which can help user to express their query requirements even if they are not familiar with the schema knowledge. We then propose an efficient algorithm, rTwigStack, to process a twig query involving related axis, and an optimized algorithm, rTwigStack+, based on DTD schema, to improve the efficiency. The experimental results show that our method can process a twig query with related axis efficiently according to different metrics.
What problem does this paper attempt to address?