Efficient parallel block-max WAND algorithm

  • Authors:
  • Oscar Rojas;Veronica Gil-Costa;Mauricio Marin

  • Affiliations:
  • DIINF, University of Santiago, Chile;Yahoo! Labs Santiago, Chile,CONICET, University of San Luis, Argentina;DIINF, University of Santiago, Chile,Yahoo! Labs Santiago, Chile

  • Venue:
  • Euro-Par'13 Proceedings of the 19th international conference on Parallel Processing
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

Large Web search engines are complex systems that solve thousands of user queries per second on clusters of dedicated distributed memory processors. Processing each query involves executing a number of operations to get the answer presented to the user. The most expensive operation in running time is the calculation of the top-k documents that best match each query. In this paper we propose the parallelization of a state of the art document ranking algorithm called Block-Max WAND. We propose a 2-steps parallelization of the WAND algorithm in order to reduce inter-processor communication and running time cost. Multi-threading tailored to Block-Max WAND is also proposed to exploit multi-core parallelism in each processor. The experimental results show that the proposed parallelization reduces execution time significantly as compared against current approaches used in search engines.