Copyright © 2007 Elsevier B.V. All rights reserved.
Received 5 September 2007;
References and further reading may be available for this article. To view references and further reading you must purchase this article.
Abstract
XML stream applications bring the challenge of efficiently processing queries on sequentially accessible token-based data. For efficient processing of queries, we need to ensure that memory usage stays low. This in turn requires that we avoid holding data in the query buffer, by outputting it at the earliest possible time. In this paper, we propose a new class of stream algebra operators for efficient recursive XQuery stream processing. Our plan generator will analyze the query, and the schema when available to determine which join operators in the query need recursive join support and thus can plug in the more inexpensive just-in-time structural join whenever possible. In particular, we propose two strategies for implementing structural joins: (a) the just-in-time structural join strategy efficiently processes joins over non-recursive XML token streams; and (b) the recursive structural join strategy supports structural joins over recursive XML substreams, however, at an added cost of generating and comparing tuple-level ID. Both structural join strategies are complemented by an automata-driven invocation mechanism that triggers the execution of each join process at the first possible moment upon recognizing the end of the targeted input stream subelement. Further, we design this StructuralJoin operator itself to be context-aware. The operator is capable of at run-time switching from the efficient just-in-time join strategy for elements that are recognized to be non-recursive to the more powerful ID-based structural join strategy for elements that are identified to be recursive. We incorporate the proposed techniques into the Raindrop stream engine. We also report on experimental studies we conducted using the ToXgene benchmark that demonstrate that the performance improvements of the techniques.
Keywords: XML; Query optimization; XQuery processing; Recursive query; Structural join
Article Outline
- 1. Introduction
- 2. Raindrop basics
- 2.1. Retrieving patterns using automata
- 2.2. Algebra plan
- 2.3. Plan execution
- 2.4. Issues for recursive XML data
- 3. Recursive-mode operators
- 3.1. Associating IDs with elements
- 3.2. Features of recursive Navigate operators
- 3.3. Features of recursive ExtractUnnest operators
- 3.4. Features of recursive ExtractNest operators
- 3.5. The recursive StructuralJoin operator
- 3.5.1. Invocation mechanism of recursive StructuralJoin
- 3.5.2. Algorithm for recursive StructuralJoin
- 3.5.3. Differences between recursive structural join and non-recursive structural join
- 3.6. Context-aware StructuralJoin operators
- 4. Optimized plan configuration based on schema analysis
- 4.1. Motivation of schema analysis
- 4.2. Optimizing generated plan based on query and schema
- 4.2.1. Schema analysis algorithm
- 4.3. Algorithm of plan generation based on schema analysis
- 5. Related work
- 6. Experimental results
- 6.1. Advantages of early invocation of structural join
- 6.2. Efficiency of context-aware StructuralJoin
- 6.3. Advantage of using recursion-free mode operators
- 7. Conclusion
- References
- Vitae






E-mail Article
Add to my Quick Links

Cited By in Scopus (0)







