A New Inlining Algorithm for Mapping XML DTDs to Relational Schemas

0
60

Authors: Farshad Fotouhi, Mustafa Atay, Shiyong Lu, Yezhou Sun

Tags: 2003, conceptual modeling

XML is rapidly emerging on the World Wide Web as a standard for representing and exchanging data. It is critical to have efficient mechanisms to store and query XML documents to exploit the full power of this new technology. While one approach is to develop native XML repositories that support XML data models and query languages directly, the other approach is to take advantage of the mature technologies that are provided by current relational or object-relational DBMSs. There is active research along both approaches and it is still not clear which one is better than the other. We continue our effort on the second approach. In particular, we have developed an efficient algorithm which takes an XML DTD as input and produces a relational schema as output for storing and querying XML documents conforming to the input DTD. Our algorithm features several significant improvements over the shared-inlining algorithm including overcoming its incompleteness, eliminating redundancies caused by shared elements, performing optimizations and enhancing efficiency.

Read the full paper here: https://link.springer.com/chapter/10.1007/978-3-540-39597-3_36