$\mathcal{MD}$-HBase: design and implementation of an elastic data infrastructure for cloud-scale location services

  • Authors:
  • Shoji Nishimura;Sudipto Das;Divyakant Agrawal;Amr El Abbadi

  • Affiliations:
  • Cloud System Research Laboratories, NEC Corporation, Kawasaki, Japan 211-8666;Dept. of Computer Science, University of California at Santa Barbara, Santa Barbara, USA 93106-5110 and Microsoft Research, Redmond, USA 98052;Dept. of Computer Science, University of California at Santa Barbara, Santa Barbara, USA 93106-5110;Dept. of Computer Science, University of California at Santa Barbara, Santa Barbara, USA 93106-5110

  • Venue:
  • Distributed and Parallel Databases
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

The ubiquity of location enabled devices has resulted in a wide proliferation of location based applications and services. To handle the growing scale, database management systems driving such location based services (LBS) must cope with high insert rates for location updates of millions of devices, while supporting efficient real-time analysis on latest location. Traditional DBMSs, equipped with multi-dimensional index structures, can efficiently handle spatio-temporal data. However, popular open-source relational database systems are overwhelmed by the high insertion rates, real-time querying requirements, and terabytes of data that these systems must handle. On the other hand, key-value stores can effectively support large scale operation, but do not natively provide multi-attribute accesses needed to support the rich querying functionality essential for the LBSs.We present the design and implementation of $\mathcal {MD}$ -HBase, a scalable data management infrastructure for LBSs that bridges this gap between scale and functionality. Our approach leverages a multi-dimensional index structure layered over a key-value store. The underlying key-value store allows the system to sustain high insert throughput and large data volumes, while ensuring fault-tolerance, and high availability. On the other hand, the index layer allows efficient multi-dimensional query processing. Our optimized query processing technique accesses only the index and storage level entries that intersect with the query region, thus ensuring efficient query processing. We present the design of $\mathcal {MD}$ -HBase that demonstrates how two standard index structures--the K-d tree and the Quad tree--can be layered over a range partitioned key-value store to provide scalable multi-dimensional data infrastructure. Our prototype implementation using HBase, a standard open-source key-value store, can handle hundreds of thousands of inserts per second using a modest 16 node cluster, while efficiently processing multi-dimensional range queries and nearest neighbor queries in real-time with response times as low as few hundreds of milliseconds.