Progressive skyline computation in database systems
Progressive skyline computation in database systems
复制标题
DOI:
10.1145/1061318.1061320
复制
发表时间:
2005-03-01
影响因子:
1.8
通讯作者:
Seeger, B
中科院分区:
文献类型:
--
作者:
Papadias, D;Tao, YF;Seeger, B
The skyline of a d-dimensional dataset 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 methods that can quickly return the initial results without reading the entire database. All the existing algorithms, however, have some serious shortcomings which limit their applicability in practice. In this article we develop branch-and-bound skyline (BBS), an algorithm based on nearest-neighbor search, which is I/O optimal, that is, it performs a single access only to those nodes that may contain skyline points. BBS is simple to implement and supports all types of progressive processing (e.g., user preferences, arbitrary dimensionality, etc). Furthermore, we propose several interesting variations of skyline computation, and show how BBS can be applied for their efficient processing.