PAPER DIGEST
Most Influential SIGMOD 2003 Paper · 2026-03 edition

An Optimal And Progressive Algorithm For Skyline Queries

Dimitris Papadias; Yufei Tao; Greg Fu; Bernhard Seeger

Venue
ACM SIGMOD Conference (SIGMOD) 2003
Recognition
Most Influential SIGMOD 2003 Paper (Rank No. 5)
Edition
2026-03
Impact factor
8
Certificate ID
1a60c277511a38f7

Abstract

The skyline of a set of <i>d</i>-dimensional points contains the points that are not dominated by any other point on all dimensions. Skyline computation has recently received considerable attention in the database community, especially for progressive (or online) algorithms that can quickly return the first skyline points without having to read the entire data file. Currently, the most efficient algorithm is NN (<u>n</u>earest <u>n</u>eighbors), which applies the divide -and-conquer framework on datasets indexed by R-trees. Although NN has some desirable features (such as high speed for returning the initial skyline points, applicability to arbitrary data distributions and dimensions), it also presents several inherent disadvantages (need for duplicate elimination if <i>d</i>>2, multiple accesses of the same node, large space overhead). In this paper we develop BBS (<u>b</u>ranch-and-<u>b</u>ound <u>s</u>kyline), a progressive algorithm also based on nearest neighbor search, which is IO optimal, i.e., it performs a single access only to those R-tree nodes that may contain skyline points. Furthermore, it does not retrieve duplicates and its space overhead is significantly smaller than that of NN. Finally, BBS is simple to implement and can be efficiently applied to a variety of alternative skyline queries. An analytical and experimental comparison shows that BBS outperforms NN (usually by orders of magnitude) under all problem instances.

Download PDF certificate