Hash Synopsis Forest Index Schema Based on HBase

Shi-chun FENG,Bin CAO,De-wen CHAO,Bo LIN,Jian-wei YIN
DOI: https://doi.org/10.3969/j.issn.1000-1220.2018.01.021
2018-01-01
Abstract:Time-series data is a key to every fields,especially aggregate operation of Time-series data in the financial field. However, traditional relational databases fail to support vast amounts of time-series data. The NoSQL database are inefficient for time-series data aggregation . Synopsis Forest are an efficient indexing mechanism that supports the aggregation of time-series data by combining synop-sis tables and segment tree. This paper presents an efficient index mechanism that support time-series data aggregation base on synopsis forest which is a efficitive time-series data aggregation algorithm. Then combine HBase mechanism optimize the aggregation query speed,design a hash mechanism to solve HBase distributed hot pot problem. Design experiment to compare this index mechanism with Opentsdb and original HBase aggregation query.
What problem does this paper attempt to address?