A Data Mediator for Storing and Querying XML Data in RDBMS using efficient schema-oblivious Mapping Strategies

S. Hyder,S. Hassan
DOI: https://doi.org/10.1109/ITST.2006.288888
2006-06-01
Abstract:In this paper a generic data mediator that provides the uniform support for both XML and relational data with similar storage and retrieval efficiencies is produced; by using existing efficient schema-oblivious mapping strategies Xnode and SUXCENT and free of cost available technologies: MySQL, PHPMyAdmin and PHP classes. The key to mediator approach is storing and retrieving XML documents in a relational database, providing a user interface for XML manipulation, independent of proprietorship and without doing any modification in its basic structure. After the implementation of the mediator, the RDBMS becomes repository for both XML and relational data simultaneously. The mediator has flexibility to add any proposed more efficient schema-oblivious XML mapping strategy as a new collection. The mediator can also be used as the benchmarking tool for the researchers to compare various schema-oblivious XML mapping strategies after adding them as a new collection. The comparative studies of insertion, retrieval and query performance of these two types of mapping strategies are produced as well
What problem does this paper attempt to address?