Index and storage design in native XML databases

  • Authors:
  • Guangming Xing;Jaya Esanakula;Suresh Jayanty

  • Affiliations:
  • Western Kentucky University, Bowling Green, KY;Western Kentucky University, Bowling Green, KY;Western Kentucky University, Bowling Green, KY

  • Venue:
  • Proceedings of the 43rd annual Southeast regional conference - Volume 1
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

Using a native XML DBMS to efficiently store and retrieve XML data has been well studied in recent years. Various native XML DBMSs were developed, and they support most of the features of XQuery. The core topics of these studies are indexing methods for XML. Most existing native XML DBMSs use range based indexing methods, resulting in significant extra space and system degradation.In this paper, we present a method that maps XML data into relational tables. Our method is still range based, which means it can process queries with regular path expression efficiently. But with the introduction of node grouping, the extra space needed for the indexing is reduced significantly. With fewer tables created, we will show that query processing can also be significantly expedited.