On efficient reverse k-skyband query processing

Qing Liu,Yunjun Gao,Gang Chen,Qing Li,Tao Jiang
DOI: https://doi.org/10.1007/978-3-642-29038-1_39
2012-01-01
Abstract:This paper, for the first time, addresses the problem of efficient reverse k-skyband (RkSB) query processing. Given a set P of multi-dimensional points and a query point q, an RkSB query returns all the points in P whose dynamic k-skyband contains q. We formalize the RkSB query, and then propose three algorithms for computing the RkSB of an arbitrary query point efficiently. Our methods utilize a conventional data-partitioning index (e.g., R-tree) on the dataset, as well as employ pre-computation and pruning techniques to improve the query performance. Extensive experiments using both real and synthetic datasets demonstrate the effectiveness of our proposed pruning heuristics and the performance of our proposed algorithms.
What problem does this paper attempt to address?