G-Tree: an Efficient and Scalable Index for Spatial Search on Road Networks
Ruicheng Zhong,Guoliang Li,Kian-Lee Tan,Lizhu Zhou,Zhiguo Gong
DOI: https://doi.org/10.1109/tkde.2015.2399306
IF: 9.235
2015-01-01
IEEE Transactions on Knowledge and Data Engineering
Abstract:In the recent decades, we have witnessed the rapidly growing popularity of location-based systems. Three types of location-based queries on road networks, single-pair shortest path query, k nearest neighbor (kNN) query, and keyword-based kNN query, are widely used in location-based systems. Inspired by R-tree, we propose a height-balanced and scalable index, namely G-tree, to efficiently support these queries. The space complexity of G-tree is O(|V|log|V|) where |V| is the number of vertices in the road network. Unlike previous works that support these queries separately, G-tree supports all these queries within one framework. The basis for this framework is an assembly-based method to calculate the shortest-path distances between two vertices. Based on the assembly-based method, efficient search algorithms to answer kNN queries and keyword-based kNN queries are developed. Experiment results show G-tree's theoretical and practical superiority over existing methods.