Efficient Index-Based Approaches for Skyline Queries in Location-Based Applications

Ken C. K Lee
Baihua ZHENG, Singapore Management University
Cindy Chen
Chi-Yin Chow

Abstract

Enriching many location-based applications, various new skyline queries are proposed and formulated based on the notion of locational dominance, which extends conventional one by taking objects' nearness to query positions into account additional to objects' non-spatial attributes. To answer a representative class of skyline queries for location-based applications efficiently, this paper presents two index-based approaches, namely, Augmented R-tree and Dominance Diagram. Augmented R-tree extends R-tree by including aggregated non-spatial attributes in index nodes to enable dominance checks during index traversal. Dominance Diagram is a solution-based approach, by which each object is associated with a precomputed non-dominance scope wherein query points should have the corresponding object not locationally dominated by any other. Dominance Diagram enables skyline queries to be evaluated via parallel and independent comparisons between non-dominance scopes and query points, providing very high search efficiency. The performance of these two approaches is evaluated via empirical studies, in comparison with other possible approaches.