Efficient Parallel Lists Intersection And Index Compression Algorithms Using Graphics Processing Units

Naiyong Ao,Fan Zhang,Di Wu,Douglas S. Stones,Gang Wang,Xiaoguang Liu,Jing Liu,Sheng Lin
DOI: https://doi.org/10.14778/2002974.2002975
IF: 2.5
2011-01-01
Proceedings of the VLDB Endowment
Abstract:Major web search engines answer thousands of queries per second requesting information about billions of web pages. The data sizes and query loads are growing at an exponential rate. To manage the heavy workload, we consider techniques for utilizing a Graphics Processing Unit (GPU). We investigate new approaches to improve two important operations of search engines lists intersection and index compression.For lists intersection, we develop techniques for efficient implementation of the binary search algorithm for parallel computation. We inspect some representative real-world datasets and find that a sufficiently long inverted list has an overall linear rate of increase. Based on this observation, we propose Linear Regression and Hash Segmentation techniques for contracting the search range. For index compression, the traditional d-gap based compression schemata are not well-suited for parallel computation, so we propose a Linear Regression Compression schema which has an inherent parallel structure. We further discuss how to efficiently intersect the compressed lists on a GPU. Our experimental results show significant improvements in the query processing throughput on several datasets.
What problem does this paper attempt to address?