VSkyline: vectorization for efficient skyline computation

  • Authors:
  • Sung-Ryoung Cho;Jongwuk Lee;Seung-Won Hwang;Hwansoo Han;Sang-Won Lee

  • Affiliations:
  • Sungkyunkwan University, Suwon, Korea;Pohang University of Science and Technology, Pohang, Korea;Pohang University of Science and Technology, Pohang, Korea;Sungkyunkwan University, Suwon, Korea;Sungkyunkwan University, Suwon, Korea

  • Venue:
  • ACM SIGMOD Record
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

A dominance test, which decides the dominance relationship between tuples, is a core operation in skyline computation. Optimizing dominance tests can thus improve the performance of all existing skyline algorithms. Towards this goal, this paper proposes a vectorization of dominance tests in SIMD architectures. Specifically, our vectorization can perform the dominance test of multiple consecutive dimensions in parallel, thereby achieving a speedup of SIMD parallelism degree in theory. However, achieving such performance gain is non-trivial due to complex control dependencies within the dominance test. To address this problem, we devise an efficient vectorization, called VSkyline, which performs the dominance test with SIMD instructions by determining incomparability in a block of four dimensional values. Experimental results using a performance monitor show that VSkyline considerably reduces the numbers of both executed instructions and branch mispredictions.