Optimizing result prefetching in web search engines with segmented indices

  • Authors:
  • Ronny Lempel;Shlomo Moran

  • Affiliations:
  • IBM Research Labs, Haifa, Israel;Technion, Haifa, Israel

  • Venue:
  • ACM Transactions on Internet Technology (TOIT)
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

We study the process in which search engines with segmented indices serve queries. In particular, we investigate the number of result pages that search engines should prepare during the query processing phase.Search engine users have been observed to browse through very few pages of results for queries that they submit. This behavior of users suggests that prefetching many results upon processing an initial query is not efficient, since most of the prefetched results will not be requested by the user who initiated the search. However, a policy that abandons result prefetching in favor of retrieving just the first page of search results might not make optimal use of system resources either.We argue that for a certain behavior of users, engines should prefetch a constant number of result pages per query. We define a concrete query processing model for search engines with segmented indices, and analyze the cost of such prefetching policies. Based on these costs, we show how to determine the constant that optimizes the prefetching policy. Our results are mostly applicable to local index partitions of the inverted files, but are also applicable to processing short queries in global index architectures.