Schema-conscious XML indexing

作者:

Highlights:

摘要

User queries on extensible markup language (XML) documents are typically expressed as regular path expressions. A variety of indexing techniques for efficiently retrieving the results to such queries have been proposed in the recent literature. While these techniques are applicable to documents that are completely schema-less, in practice XML documents often adhere to a schema, such as a document type descriptor (DTD). In this paper, we propose schema-conscious path-hierarchy indexing of XML (SphinX), a new XML indexing scheme that utilizes the schema to significantly enhance the search process. SphinX implements a persistent index structure that seamlessly combines the schema information with standard B-tree technology, resulting in a simple and scalable solution. A performance evaluation over a variety of XML documents, including the Xmark benchmark, indicates significant benefits with regard to both index construction and index access.

论文关键词:XML,Index,DTD,B-tree

论文评审过程:Received 4 May 2003, Revised 31 October 2005, Accepted 31 October 2005, Available online 19 December 2005.

论文官网地址:https://doi.org/10.1016/j.is.2005.10.002