Effective Data Stream Cube Structure
YUAN Zhengwu,CHENG Yuxiang,LIANG Junjun,LI Lin
DOI: https://doi.org/10.3778/j.issn.1002-8331.2011.17.038
2011-01-01
Abstract:Stream cube is stored by H-tree and uses H-cubing to compute each cuboid.However,as it is expensive to construct data cube in OLAP,efficient data structure,query method and validated algorithms are urgently needed.Examining stream cube,as H-tree layout is disorderly and H-cubing efficiency is limited,the performance is affected.ANH-tree(based on H-tree and improved by AVL-tree and Node-links)is proposed to index nodes of each layer of tree structure by binary tree, which facilitates the retrieval operation in the construction,and links a node to its descendant,which facilitates the direct search cuboid about an ad-hoc query.Relevant algorithms have been designed and implemented.As a proof,the performance study validates the ideas with respect to the factors such as time and memory space usage.