Using Parallel Spatial Mashup Model to Process k-NN Queries

Detian Zhang,Chi-Yin Chow,Qing Li,Xinming Zhang,Yinlong Xu
2013-01-01
Abstract:In this paper, we focus on k-NN queries where the distance between two locations is measured in terms of travel time. Generally speaking, it is costly for an LBS provider to collect real-time traffic data from vehicles or roadside sensors to compute the travel time and route information between two locations. Thus, we design a server-side spatial mashup model that enables an LBS provider to efficiently evaluate k-NN queries using the route information and travel time retrieved from an open/external Web mapping service, e.g., Google Maps, Microsoft Bing Maps, MapQuest Maps, Yahoo! Maps, Baidu Maps and so on. Due to the relative high cost and limitations of retrieving such external information, we take advantage of pruning, direction sharing and parallel requesting to reduce the number of external requests and query response time. We evaluate the proposed algorithms using MapQuest Maps, a real road network, real and synthetic data sets, and experimental results demonstrate the efficiency and scalability of our proposed algorithms.
What problem does this paper attempt to address?