DocumentCode
3260474
Title
Rethinking HBase: Design and Implementation of an Elastic Key-Value Store over Log-Structured Local Volumes
Author
Saloustros, Giorgos ; Magoutis, Kostas
Author_Institution
Inst. of Comput. Sci. (ICS), Found. for Res. & Technol. (FORTH), Heraklion, Greece
fYear
2015
fDate
June 29 2015-July 2 2015
Firstpage
225
Lastpage
234
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.
Keywords
Big Data; cloud computing; data analysis; data mining; database indexing; distributed databases; software performance evaluation; storage management; transaction processing; HDFS; NoSQL system; OLTP; TPC-C workloads; YCSB; Yahoo! Cloud Serving Benchmark; background-write activity reduction; big data analysis; big data storage; commercial public cloud provider; data distribution; data elasticity; data indexing; elastic key-value storage; evaluated HBase-BDB; log-structured local volumes; lower-level distributed file system; online transaction processing workloads; performance bottlenecks; write-intensive workload; Big data; Compaction; Computer architecture; Distributed databases; Elasticity; Servers; HBase; NoSQL; elasticity; key-value stores;
fLanguage
English
Publisher
ieee
Conference_Titel
Parallel and Distributed Computing (ISPDC), 2015 14th International Symposium on
Conference_Location
Limassol
Print_ISBN
978-1-4673-7147-6
Type
conf
DOI
10.1109/ISPDC.2015.33
Filename
7165150
Link To Document