Skyline Queries in O(1) time?
Abstract
The skyline of a set of points () consists of the "best" points with respect to minimization or maximization of the attribute values. A point dominates another point if is as good as in all dimensions and it is strictly better than in at least one dimension. In this work, we focus on the static -d space and provide expected performance guarantees for -sided Range Skyline Queries on the Grid, where is the cardinality of , the size of a disk block, and the capacity of main memory. We present the MLR-tree, which offers optimal expected cost for finding planar skyline points in a -sided query rectangle, , in both RAM and I/O model on the grid , by single scanning only the points contained in . In particular, it supports skyline queries in a -sided range in time ( I/Os), where is the answer size and the time required for answering predecessor queries for in a PAM (Predecessor Access Method) structure, which is a special component of MLR-tree and stores efficiently root-to-leaf paths or sub-paths. By choosing PAM structures with expected time for predecessor queries under discrete -random distributions of the and coordinates, MLR-tree supports skyline queries in optimal expected time ( expected number of I/Os) with high probability. The space cost becomes superlinear and can be reduced to linear for many special practical cases. If we choose a PAM structure with amortized time for batched predecessor queries (under no assumption on distributions of the and coordinates), MLR-tree supports batched skyline queries in optimal amortized time, however the space becomes exponential. In dynamic case, the update time complexity is affected by a factor.
Cite
@article{arxiv.1709.03949,
title = {Skyline Queries in O(1) time?},
author = {Spyros Sioutas and Kostas Tsichlas and Andreas Kosmatopoulos and Apostolos N. Papadopoulos and Dimitrios Tsoumakos and Katerina Doka},
journal= {arXiv preprint arXiv:1709.03949},
year = {2017}
}
Comments
22 pages