Parallelizing progressive computation for skyline queries in multi-disk environment

Yunjun Gao,Gencai Chen,Ling Chen,Chun Chen
DOI: https://doi.org/10.1007/11827405_68
2006-01-01
Abstract:Given a set of d-dimensional points, skyline query returns the points that are not dominated by any other point on all dimensions. In this paper, we study an interesting scenario of skyline retrieval, where multi-dimensional points are distributed among multiple disks. Efficient algorithms for parallelizing progressive skyline computation are developed, using the parallel R-trees. The core of our scheme is to visit more entries from some disks simultaneously and enable effective pruning strategies with dominance checking to prune away the non-qualifying entries. Extensive experiments with synthetic data confirm that our proposed algorithms are both efficient and scalable.
What problem does this paper attempt to address?