Parallel skyline computation on multicore architectures

作者:

Highlights:

摘要

With the advent of multicore processors, it has become imperative to write parallel programs if one wishes to exploit the next generation of processors. This paper deals with skyline computation as a case study of parallelizing database operations on multicore architectures. First we parallelize three sequential skyline algorithms, BBS, SFS, and SSkyline, to see if the design principles of sequential skyline computation also extend to parallel skyline computation. Then we develop a new parallel skyline algorithm PSkyline based on the divide-and-conquer strategy. Experimental results show that all the algorithms successfully utilize multiple cores to achieve a reasonable speedup. In particular, PSkyline achieves a speedup approximately proportional to the number of cores when it needs a parallel computation the most.

论文关键词:Skyline computation,Multicore architecture,Parallel computation

论文评审过程:Received 19 May 2010, Revised 8 September 2010, Accepted 6 October 2010, Available online 5 January 2011.

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