@inproceedings{010cde7fb6b14ffc99ca7a3065620c40,
title = "Enumeration system on HBase for low-latency",
abstract = "HBase is a popular distributed Key/Value storage system based on the idea of BigTable. It is being used in many data-centers, such as Facebook and Twitter, for their portability and scalability. For the system, low-latency and large storage is expected when used in industry. However, it is time consuming when retrieving one column via another one. Many technologies were considered to solve the problem. One approach is to add secondary index for HBase such as h index, which achieves high performance in retrieving. Unfortunately, when one column is of limited kinds of data, secondary index cannot reduce storage consumption when accelerating the retrieval. In this paper, we present a novel design of HBase to reduce storage consumption as well as accelerating the retrieval in the above situation. We design an enumeration system for HBase and provide an interface to create enumeration for specific column in tables. Our performance evaluation reveals that it achieves 2.27x improvement in retrieval and 12x reduction in storage compared with non-enumeration in HBase.",
keywords = "Enumeration system, HBase, Low-latency, Redundancy, Secondary index",
author = "Hang Chen and Kun Lu and Mingming Sun and Changlong Li and Hang Zhuang and Xuehai Zhou",
note = "Publisher Copyright: {\textcopyright} 2015 IEEE.; 15th IEEE/ACM International Symposium on Cluster, Cloud, and Grid Computing, CCGrid 2015 ; Conference date: 04-05-2015 Through 07-05-2015",
year = "2015",
month = jul,
day = "7",
doi = "10.1109/CCGrid.2015.78",
language = "英语",
series = "Proceedings - 2015 IEEE/ACM 15th International Symposium on Cluster, Cloud, and Grid Computing, CCGrid 2015",
publisher = "Institute of Electrical and Electronics Engineers Inc.",
pages = "1185--1188",
booktitle = "Proceedings - 2015 IEEE/ACM 15th International Symposium on Cluster, Cloud, and Grid Computing, CCGrid 2015",
address = "美国",
}