Path Index For Xml Data

Weibin Shi,Weiwei Sun,Baile Shi
2001-01-01
Abstract:For semistructured data like XML, path index is an important means to enhance efficiency of query processing, As the number of label paths increases, costs of creation and maintenance of path indices become high, which may result in poor performance. In this paper, we propose an improved method for building and updating path indices over XML data. By pruning unnecessary paths, our method takes less time and space to create or update a path index for a source data with cycles. This paper presents concepts of different path indices for XML data, and gives descriptions of algorithms for creating and updating path indices. Preliminary experiments with various XML data indicate that the method introduced in this paper is correct and effective.
What problem does this paper attempt to address?