Distributed caching of multi-dimensional data in mobile environments

  • Authors:
  • Bin Liu;Wang-Chien Lee;Dik Lun Lee

  • Affiliations:
  • Hong Kong University of Science and Technology, Clearwater Bay, Hong Kong;Pennsylvania State University, University Park, PA;Hong Kong University of Science and Technology, Clearwater Bay, Hong Kong

  • Venue:
  • Proceedings of the 6th international conference on Mobile data management
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

Caching has been an important technique for saving network traffic and reducing response time, especially in mobile environments where bandwidth is often a scarce resource. In this paper, we propose a novel approach for caching multidimensional data in a cluster of mobile devices. In particular, we focus on the most common types of multi-dimensional queries, namely range and k-nearest neighbor queries, by computing a cacheable region for every query, caching the result at the client, and indexing it in an R*-tree at the cluster gateway. Subsequent queries are first issued to the R*-tree and only remainder queries or queries that cannot be guaranteed exact answers are sent to the remote data server. To the best of our knowledge, our work is the first to study caching results from complex multi-dimensional queries (e.g., kNN query) and propose to build an R*-tree on previously fetched query results in a cluster of mobile devices. Rigorous experiments show that our approach significantly reduces network traffic and response time.