%A XUE Zhong-bin, BAI Li-guang, HE Ning, ZHOU Xuan, ZHOU Xin and WANG Shan %T Throughput Oriented Real-time Query Processing Algorithm for Moving Objects in Road Network %0 Journal Article %D 2017 %J Computer Science %R 10.11896/j.issn.1002-137X.2017.03.004 %P 16-19 %V 44 %N 3 %U {https://www.jsjkx.com/CN/abstract/article_927.shtml} %8 2018-11-13 %X With the rapid development of wireless communication technology,space positioning technology and mobile computing technology,location based queries have become an important research issue in the area of database.In this paper,we studied the problem of moving object KNN query in road network.A series of algorithms have been proposed to process KNN queries of moving objects.However,these algorithms are either designed for fast response time or high update performance.With the increasing of moving objects,when both queries and updates arrive at a very high rate,the throughput becomes more important.For the query stream and object update stream,we proposed a high throughput main memory algorithm——dual stream road network KNN (DSRNKNN) algorithm,which is used for moving object KNN query in road network.DSRNKNN uses a snapshot approach.In each snapshot,DSRNKNN builds a new index structure based on the update of the moving objects,which avoids complex index maintenance operations and gives full play to the performance of the hardware.DSRNKNN executes a batch queries at each run,making full use of inner-and inter-parallel,which increases the data locality and improves the efficiency of the algorithm.We conducted a comprehensive performance study of the proposed techniques by using the real network generated data.The results show that DSRNKNN is highly efficient.