Efficient parallel skyline processing using hyperplane projections

  • Authors:
  • Henning Köhler;Jing Yang;Xiaofang Zhou

  • Affiliations:
  • School of Information Technology and Electrical Engineering, The University of Queensland, Australia, Queensland, Australia;School of Information, Renmin University of China, BeiJing, China;School of Information Technology and Electrical Engineering, The University of Queensland, Australia, Queensland, Austria

  • Venue:
  • Proceedings of the 2011 ACM SIGMOD International Conference on Management of data
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

The skyline of a set of multi-dimensional points (tuples) consists of those points for which no clearly better point exists in the given set, using component-wise comparison on domains of interest. Skyline queries, i.e., queries that involve computation of a skyline, can be computationally expensive, so it is natural to consider parallelized approaches which make good use of multiple processors. We approach this problem by using hyperplane projections to obtain useful partitions of the data set for parallel processing. These partitions not only ensure small local skyline sets, but enable efficient merging of results as well. Our experiments show that our method consistently outperforms similar approaches for parallel skyline computation, regardless of data distribution, and provides insights on the impacts of different optimization strategies.