@inproceedings{ff4febf532a649d4ab86aa5c703a2d66,
title = "Storing and querying of XML documents without redundant path information",
abstract = "We propose an improved approach that stores and queries a large volume of XML documents in a relational database, while removing the redundancy of path information and using an inverted index on the reduced path information. In order to store XML documents in a relational database, the XML document is decomposed into nodes based on its tree structure, and stored in relational tables with path information from the root node to each node. The existing XML storage methods which use relational data model, usually store path information for every node. Thus, they can increase storage overhead and decrease query processing performance with the increased data volume. Our approach stores only leaf node path information in XML tree structure while finding out internal node path information from the leaf node path information. In this manner, our approach can reduce data volume for a large amount of XML documents to a degree and also reduce the size of inverted index for the path information with the smaller number of posting lists by key words. We show the effectiveness of this approach through several experiments that compare XPath query performance with the existing methods.",
author = "Jeong, {Byeong Soo} and Lee, {Young Koo}",
note = "Copyright: Copyright 2015 Elsevier B.V., All rights reserved.; ICCSA 2006: International Conference on Computational Science and Its Applications ; Conference date: 08-05-2006 Through 11-05-2006",
year = "2006",
doi = "10.1007/11751588_53",
language = "English",
isbn = "3540340726",
series = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
publisher = "Springer Verlag",
pages = "505--514",
booktitle = "Computational Science and Its Applications - ICCSA 2006",
address = "Germany",
}