Charles Explorer logo
🇬🇧

iXUPT: Indexing XML Using Path Templates

Publication at Faculty of Mathematics and Physics |
2010

Abstract

The XML format has become the standard for data exchange because it is self-describing and it stores not only information but also the relationships between data. Therefore it is used in very different areas.

To find the right information in an XML file, we need to have a fast and an effective access to data. Similar to relational databases, we can create an index in order to speed up the querying for the information.

There are several ways of indexing XML data but previous research showed that one of the most effective approaches is to index root-to-leaf paths in the input file. So we took the inspiration from existing path-based indexing concepts, enhanced those ideas, and created a novel native XML indexing method in order to improve the evaluation time of regular path expressions in XPath queries.