PAPER DIGEST
Most Influential SIGMOD 2002 Paper · 2026-03 edition

Accelerating XPath Location Steps

Torsten Grust

Venue
ACM SIGMOD Conference (SIGMOD) 2002
Recognition
Most Influential SIGMOD 2002 Paper (Rank No. 6)
Edition
2026-03
Impact factor
7
Certificate ID
7f8f5f74aef2c134

Abstract

This work is a proposal for a database index structure that has been specifically designed to support the evaluation of XPath queries. As such, the index is capable to support <i>all</i> XPath axes (including ancestor, following, preceding-sibling, descendant-or-self, <i>etc.</i>). This feature lets the index stand out among related work on XML indexing structures which had a focus on regular path expressions (which correspond to the XPath axes children and descendant-or-self plus name tests). Its ability to start traversals from arbitrary context nodes in an XML document additionally enables the index to support the evaluation of path traversals embedded in XQuery expressions. Despite its flexibility, the new index can be implemented and queried using purely relational techniques, but it performs especially well if the underlying database host provides support for R-trees. A performance assessment which shows quite promising results completes this proposal.

Download PDF certificate