Supporting sub-document updates and queries in an inverted index

  • Authors:
  • Vuk Ercegovac;Vanja Josifovski;Ning Li;Mauricio R. Mediano;Eugene J. Shekita

  • Affiliations:
  • IBM, San Jose, CA, USA;Yahoo! Inc., Sunnyvale, CA, USA;IBM, San Jose, CA, USA;Yahoo! Inc., Sunnyvale, CA, USA;IBM, San Jose, CA, USA

  • Venue:
  • Proceedings of the 17th ACM conference on Information and knowledge management
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Inverted indexes have become the standard indexing method for supporting search queries in a variety of content-based applications. Examples of such applications include enterprise document management, e-mail, web search, and social networks. One shortcoming in current inverted index designs is that they support only document-level updates, forcing a full document to be reindexed even if just part of it changes. This paper describes a new inverted index design that enables applications to break a document into semantically meaningful sub-documents or "sections". Each section of a document can be updated separately, but search queries can still work seamlessly across sections. Our index design is motivated by applications where there is metadata associated with each document that tends to be smaller and more frequently updated than the document's content, but at the same time, it is desireable to search the metadata and content with the same index structure. A novel self-optimizing query execution algorithm is described to efficiently join the sections of a document in the inverted index. Experimental results on TREC and patent data are provided, showing that sections can dramatically improve overall system throughput on a mixed workload of updates and queries.