Go home now Header Background Image
Search
Submission Procedure
share: |
 
Follow us
 
 
 
 
Volume 15 / Issue 10

available in:   PDF (132 kB) PS (142 kB)
 
get:  
Similar Docs BibTeX   Write a comment
  
get:  
Links into Future
 
DOI:   10.3217/jucs-015-10-2058

 

SQL/XML Hierarchical Query Performance Analysis in an XML-Enabled Database System

Eric Pardede (La Trobe, Australia)

J. Wenny Rahayu (La Trobe, Australia)

Ramanpreet Kaur Aujla (La Trobe, Australia)

David Taniar (Monash University, Australia)

Abstract: The increase utilization of XML structure for data representation, exchange, and integration has strengthened the need for an efficient storage and retrieval of XML data. Currently, there are two major streams of XML data repositories. The first stream is the Native XML database systems which are built solely to store and manipulate XML data, and equipped with the standard XML query language known as XPath and XQuery. The second stream is the XML-Enabled database systems which are generally existing traditional database systems enhanced with XML storage capabilities. The SQL/XML standard for XML querying is used in these enabled database systems stream. The main specific characteristic of this standard is the fact that XPath and XQuery are embedded within SQL statements. To date, most existing work in XML query analysis have been focussing on the first stream of Native XML database systems. The focus of this paper is to present a taxonomy of different hierarchical query patterns in XML-Enabled database environment, and to analyze the performance of the different query structures using the SQL/XML standard.

Keywords: SQL/XML Query, XML, XML-Enabled Database

Categories: H.2.7