Sciweavers

VLDB
2005
ACM

Storing and querying XML data using denormalized relational databases

14 years 4 months ago
Storing and querying XML data using denormalized relational databases
XML database systems emerge as a result of the acceptance of the XML data model. Recent works have followed the promising approach of building XML database management systems on underlying RDBMS's. Achieving query processing performance reduces to two questions: (i) How should the XML data be decomposed into data that are stored in the RDBMS? (ii) How should the XML query be translated into an efficient plan that sends one or more SQL queries to the underlying RDBMS and combines the data into the XML result? We provide a formal framework for XML Schema-driven decompositions, which encompasses the decompositions proposed in prior work and extends them with decompositions that employ denormalized tables and binary-coded XML fragments. We provide corresponding query processing algorithms that translate the XML query conditions into conditions on the relational tables and assemble the decomposed data into the XML query result. Our key performance focus is the response time for deliver...
Andrey Balmin, Yannis Papakonstantinou
Added 05 Dec 2009
Updated 05 Dec 2009
Type Conference
Year 2005
Where VLDB
Authors Andrey Balmin, Yannis Papakonstantinou
Comments (0)