Adaptive indexing structure on XML data stored in RDBMS

Chengwen Wu,Jinxiang Dong,Gang Chen
2008-01-01
Journal of Computational Information Systems
Abstract:Introducing XML support in relational database has been of keen interest in the industry in the past few years. Shredding approach, which shreds XML data into relational tables, is proposed to speed up query on XML documents. As XML usages for both data-centric and document-centric applications are very popular now, the shredding approach provides limited support for the document-centric and ordered nodes documents. This introduces new challenges for query processing such as the ability to index the XML blob for good query performance. This paper proposes an adaptive index structure on any XML data type. Experimental results from our prototype system implementation highlight the correctness and efficiency of our solution.
What problem does this paper attempt to address?