Abstract
Abstract Spatial index and query are enabling techniques for achieving the vision of the Internet of Things. K-NN is an algorithm which is used widely in spatial database. Traditional query algorithms use R-tree as the index structure and improve the query efficiency by using the measurement distance and pruning strategy. Based on the study of previous algorithms, this paper proposes a novel K-NN query algorithm based on PB-tree with the parallel lines division. PB-tree index is different from the traditional R-tree index, where PB-tree adopts parallel lines to divide the spatial region and uses parallel lines as the parent node. It is similar to the binary tree index structure and requires to query three small portions nearest to the queried object in each K-NN query. Therefore, the search range is narrowed and the query efficiency is enhanced. Experiments show that PB-tree is better than the traditional R-tree from the aspect of query performance. PB-tree can avoid the deficiency of a large number of overlap and coverage among odes in R-tree and multiple index paths when searching data objects, and hence PB-tree can find K-NN objects meeting the conditions quickly and efficiently in large data sets.
Highlights
Things in the Internet of Things [1,2] can be modeled as MBRs [3] in some context, and spatial index and query are enabling techniques for searching objects that a user interests
K-neighbor query method is widely used for querying spatial objects in spatial database
As an important technology aiming to improve query efficiency, spatial index is a key component of spatial database system structure
Summary
Things (or objects) in the Internet of Things [1,2] can be modeled as MBRs [3] in some context, and spatial index and query are enabling techniques for searching objects that a user interests. We will search the cluster class of queried objects by adopting the parallel lines to carry on division to the region of above cluster class.
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have
Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.