Approximate algorithms for static and continuous range queries in mobile navigation

  • Authors:
  • Haidar Al-Khalidi;David Taniar;Maytham Safar

  • Affiliations:
  • Clayton School of Information Technology, Monash University, Melbourne, Australia;Clayton School of Information Technology, Monash University, Melbourne, Australia;Computer Engineering, Kuwait University, Kuwait City, Kuwait

  • Venue:
  • Computing
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

For many years, spatial range search has been applied to computational geometry and multimedia problems to find interest objects within a given radius. Range search query has traditionally been used to return all objects within a given radius. However, having all objects is not necessary, especially when there are already enough objects closer to the query point. Furthermore, expanding the radius may give users better results, especially when there are a lot of objects just outside the search boundary. Therefore, in this paper, we focus on approximate range search, where the query results are approximate, rather than exact. We propose approximate static range search (ARS) which combines two approaches, namely (i) lowerbound approximate range search, and (ii) upperbound approximate range search. Using ARS, we are able to deliver a better performance, together with low false hit and reasonable false miss. We also extend ARS in the context of a continuous query setting, in which the query moves. This is particularly important in spatial databases as a mobile user who invokes the query is moving. In terms of continuous range search, the intention is to find split points--the locations where the query results will be updated. Accordingly, we propose two methods for approximate continuous range search, namely (i) range search minimization, and (ii) split points minimization. Our performance evaluation which compares our methods with the traditional continuous range search shows that our methods considerably reduce the number of split points, thereby improving overall performance.