In this paper, for the first time, we introduce the concept of Spatial Skyline Queries (SSQ). Given a set of data points <i>P</i> and a set of query points <i>Q</i> each data point has a number of derived spatial attributes each of which is the point's distance to a query point. An SSQ retrieves those points of <i>P</i> which are not dominated by any other point in <i>P</i> considering their derived spatial attributes. The main difference with the regular skyline query is that this spatial domination depends on the location of the query points <i>Q</i> SSQ has application in several domains such as emergency response and online maps. The main intuition and novelty behind our approaches is that we exploit the geometric properties of the SSQ problem space to avoid the exhaustive examination of all the point pairs in <i>P</i> and <i>Q</i>. Consequently, we reduce the complexity of SSQ search from <i>O(|P|<sup>2</sup>|Q|)</i> to <i>O(|S|<sup>2</sup>|C|+√|P|)</i>, where |<i>S</i>| and |<i>C</i>| are the solution size and the number of vertices of the convex hull of <i>Q</i>, respectively.We propose two algorithms, B<sup>2</sup>S<sup>2</sup> and VS<sup>2</sup>, for static query points and one algorithm, VCS<sup>2</sup>, for streaming <i>Q</i> whose points change location over time (e.g., are mobile). VCS<sup>2</sup> exploits the pattern of change in <i>Q</i> to avoid unnecessary re-computation of the skyline and hence efficiently perform updates. Our extensive experiments using real-world datasets verify that both R-tree-based B<sup>2</sup>S<sup>2</sup> and Voronoi-based VS<sup>2</sup> out perform the best competitor approach in terms of processing time by a wide margin (4-6 times better in most cases).
[1]
Donald Kossmann,et al.
Shooting Stars in the Sky: An Online Algorithm for Skyline Queries
,
2002,
VLDB.
[2]
Yannis Theodoridis,et al.
Generating spatiotemporal datasets on the WWW
,
2000,
SGMD.
[3]
Donald Kossmann,et al.
The Skyline operator
,
2001,
Proceedings 17th International Conference on Data Engineering.
[4]
Hongjun Lu,et al.
Stabbing the sky: efficient skyline computation over sliding windows
,
2005,
21st International Conference on Data Engineering (ICDE'05).
[5]
Beng Chin Ooi,et al.
Skyline Queries Against Mobile Lightweight Devices in MANETs
,
2006,
22nd International Conference on Data Engineering (ICDE'06).
[6]
Kyriakos Mouratidis,et al.
Aggregate nearest neighbor queries in spatial databases
,
2005,
TODS.
[7]
Mark de Berg,et al.
Computational geometry: algorithms and applications
,
1997
.
[8]
Bernhard Seeger,et al.
Progressive skyline computation in database systems
,
2005,
TODS.
[9]
Jan Chomicki,et al.
Skyline with presorting
,
2003,
Proceedings 19th International Conference on Data Engineering (Cat. No.03CH37405).
[10]
Christian S. Jensen,et al.
In-Route Skyline Querying for Location-Based Services
,
2004,
W2GIS.
[11]
Beng Chin Ooi,et al.
Efficient Progressive Skyline Computation
,
2001,
VLDB.