Loading [a11y]/accessibility-menu.js
Rethinking HBase: Design and Implementation of an Elastic Key-Value Store over Log-Structured Local Volumes | IEEE Conference Publication | IEEE Xplore

Rethinking HBase: Design and Implementation of an Elastic Key-Value Store over Log-Structured Local Volumes


Abstract:

HBase is a prominent NoSQL system used widely in the domain of big data storage and analysis. It is structured as two layers: a lower-level distributed file system (HDFS)...Show More

Abstract:

HBase is a prominent NoSQL system used widely in the domain of big data storage and analysis. It is structured as two layers: a lower-level distributed file system (HDFS)supporting the higher-level layer responsible for data distribution, indexing, and elasticity. Layered systems have in many occasions proven to suffer from overheads due to the isolation between layers, HBase is increasingly seen as an instance of this. To overcome this problem we designed, implemented, and evaluated HBase-BDB, an alternative to HBase that replaces the HDFS store with a thinner layer of a log-structured B+ tree key value store (Berkeley DB) operating over local volumes. We show that HBase-BDB overcomes HBase's performance bottlenecks (while retaining compatibility with HBase applications) without losing on elasticity features. We evaluate the performance of HBase and HBase-BDB using the Yahoo! Cloud Serving Benchmark (YCSB) and online transaction processing(OLTP) workloads on a commercial public Cloud provider. We find that HBase-BDB outperforms a tuned HBase configuration by up to 85% under a write-intensive workload due to HBase-BDB's reduced background-write activity. HBase-BDB's novel elasticity mechanisms operating over local volumes are shown to be as perform ant as HBase's equivalent features when stress-tested under TPC-C workloads.
Date of Conference: 29 June 2015 - 02 July 2015
Date Added to IEEE Xplore: 23 July 2015
ISBN Information:
Print ISSN: 2379-5352
Conference Location: Limassol, Cyprus

Contact IEEE to Subscribe

References

References is not available for this document.