PAPER DIGEST
Most Influential CIKM 2006 Paper · 2026-03 edition

SaLSa: Computing The Skyline Without Scanning The Whole Sky

Ilaria Bartolini; Paolo Ciaccia; Marco Patella

Venue
ACM Conference on Information and Knowledge Management (CIKM) 2006
Recognition
Most Influential CIKM 2006 Paper (Rank No. 10)
Edition
2026-03
Impact factor
4
Certificate ID
b6b5ddc6dc871e44

Abstract

Skyline queries compute the set of Pareto-optimal tuples in a relation, ie those tuples that are not <i>dominated</i> by any other tuple in the same relation. Although several algorithms have been proposed for efficiently evaluating skyline queries, they either require to extend the relational server with specialized access methods (which is not always feasible) or have to perform the dominance tests on <i>all</i> the tuples in order to determine the result. In this paper we introduce SaLSa (<i>Sort and Limit Skyline algorithm</i>), which exploits the sorting machinery of a relational engine to order tuples so that only a subset of them needs to be examined for computing the skyline result. This makes SaLSa particularly attractive when skyline queries are executed on top of systems that do not understand skyline semantics or when the skyline logic runs on clients with limited power and/or bandwidth.

Download PDF certificate