Efficient schema-based XML-to-Relational data mapping

  • Authors:
  • Mustafa Atay;Artem Chebotko;Dapeng Liu;Shiyong Lu;Farshad Fotouhi

  • Affiliations:
  • Department of Computer Science, Wayne State University, Detroit, MI 48202, USA;Department of Computer Science, Wayne State University, Detroit, MI 48202, USA;Department of Computer Science, Wayne State University, Detroit, MI 48202, USA;Department of Computer Science, Wayne State University, Detroit, MI 48202, USA;Department of Computer Science, Wayne State University, Detroit, MI 48202, USA

  • Venue:
  • Information Systems
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

Storing and querying XML documents using a RDBMS is a challenging problem since one needs to resolve the conflict between the hierarchical, ordered nature of the XML data model and the flat, unordered nature of the relational data model. This conflict can be resolved by the following XML-to-Relational mappings: schema mapping, data mapping and query mapping. In this paper, we propose: (i) a lossless schema mapping algorithm to generate a database schema from a DTD, which makes several improvements over existing algorithms, (ii) two linear data mapping algorithms based on DOM and SAX, respectively, to map ordered XML data to relational data. To our best knowledge, there is no published linear schema-based data mapping algorithm for mapping ordered XML data to relational data. Experimental results are presented to show that our algorithms are efficient and scalable.