QBSQ: A Quad-Tree Based Algorithm for Skyline Query

Zhixin Ma,Sheng Lijun,Xu Yusheng,Li Lian
DOI: https://doi.org/10.1109/CSSE.2008.682
2008-01-01
Abstract:Skyline has been proposed as an important operation for multi-criteria decision making, data mining and visualization, and user preference queries. In this paper, we systematically explore a Quad-tree based approach for computing skyline points which contributes to a better performance than traditional ones for skyline queries. Based on this approach, we present a novel algorithm QBSQ for finding the set of global skyline points. QBSQ partitions data points dynamically by means of the configuration characters of Quad-tree, and then deletes points dominated by other(s) while constructing the tree. The amount of work for domination checking is minimized and the efficiency of our algorithm is thus improved. Extensive experiments prove the efficiency and the scalability of QBSQ algorithm.
What problem does this paper attempt to address?