Skyline Diagram: Finding the Voronoi Counterpart for Skyline Queries.

Jinfei Liu,Juncheng Yang,Li Xiong,Jian Pei,Jun Luo
DOI: https://doi.org/10.1109/icde.2018.00065
2018-01-01
Abstract:Skyline queries are important in many application domains. In this paper, we propose a novel structure Skyline Diagram, which given a set of points, partitions the plane into a set of regions, referred to as skyline polyominos. All query points in the same skyline polyomino have the same skyline query results. Similar to kth-order Voronoi diagram commonly used to facilitate k nearest neighbor (kNN) queries, skyline diagram can be used to facilitate skyline queries and many other applications. However, it may be computationally expensive to build the skyline diagram. By exploiting some interesting properties of skyline, we present several efficient algorithms for building the diagram with respect to three kinds of skyline queries, quadrant, global, and dynamic skylines. Experimental results on both real and synthetic datasets show that our algorithms are efficient and scalable.
What problem does this paper attempt to address?