Efficient Processing of Spatial Keyword Queries on HBase

ZHANG Yu,MA You-zhong,MENG Xiao-feng
DOI: https://doi.org/10.3969/j.issn.1000-1220.2012.10.005
2012-01-01
Abstract:With the development of mobile positioning and the popularity of mobile phones,spatio-textual objects in the Internet increases rapidly.Thus,how to process the spatial keyword query under the massive sptaio-textual objects that are still increasing efficiently becomes a big problem for the spatial keyword query applications.Most of the existing approaches used hybrid indexes,which always combined the R-tree with the inverted files together,to answer the spatial keyword queries.However,when confronted with the massive and increasing spatio-textual objects,these approaches couldn't support the efficiency and scalability of spatial keyword query well.In this paper,we propose a novel HBase-based index structure for spatio-textual objects,named SK-HBase.SK-HBase uses HBase for data storage and indexes the textual and spatial information of objects at the same time through effective data strategy.On the basis of SK-HBase,we propose two kinds of spatial keyword query algorithms to ensure the efficiency and scalability of spatial keyword query for different query scopes.We show through extensive experiments that out approach can achieve good efficiency and scalability when dealing with spatial keyword query under large scale of spatio-textual objects.
What problem does this paper attempt to address?