Time-series Data Aggregation Index

HUANG Xiangdong,ZHENG Liangfan,QIU Mingming,ZHANG Jinrui,WANG Jianmin
DOI: https://doi.org/10.16511/j.cnki.qhdxxb.2016.21.032
2016-01-01
Abstract:Time-series data is the key to industrial development,with the aggregation of the data an important step in practice.However,traditional relational databases fail to support vast amounts of time series data.The NoSQL databases are inefficient and require time-consuming calculation to aggregate of time-series data.This paper presents an efficient index mechanism that supports time-series data aggregation by combining a synopsis table and a segment tree.A query algorithm based on this mechanism introduces the synopsis table into the NoSQL database and builds a segment tree from the synopsis table for archiving that is lbn the size of the original query set.This query algorithm can directly locate a series of index data to be queried without the recursive operations in traditional trees and effectively reduces I/O overhead.This study shows the efficiency of this index mechanism by comparisons with general index mechanisms.
What problem does this paper attempt to address?