Progressive Skyline Computation in Database Systems (2005)
Cached
Download Links
- [www.cs.ust.hk]
- [dbs.mathematik.uni-marburg.de]
- DBLP
Other Repositories/Bibliography
| Venue: | ACM Trans. Database Syst |
| Citations: | 88 - 10 self |
BibTeX
@ARTICLE{Papadias05progressiveskyline,
author = {Dimitris Papadias and Greg Fu and Jp Morgan Chase and Bernhard Seeger},
title = {Progressive Skyline Computation in Database Systems},
journal = {ACM Trans. Database Syst},
year = {2005},
volume = {30},
pages = {2005}
}
Years of Citing Articles
OpenURL
Abstract
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-andbound 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.







