A New Bitmap Index and a New Data Cube Compression Technology

  • Authors:
  • Jianqing Xi;Fuqiang Chen;Pingjian Zhang

  • Affiliations:
  • School of Computer Science & Engineering, South China University of Technology, Guangzhou, P.R. China;School of Computer Science & Engineering, South China University of Technology, Guangzhou, P.R. China and Guangdong Polytechnic Normal University, Guangzhou, P.R. China;School of Computer Science & Engineering, South China University of Technology, Guangzhou, P.R. China

  • Venue:
  • ICCSA '08 Proceedings of the international conference on Computational Science and Its Applications, Part II
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper introduces a new kind of bitmap index. A tuple in the data cube is mapped to a sequential key (seqkey) determined by its value in each dimension. Furthermore, the quotient bit sequence is constructed according to whether the corresponding cell of a seqkey exists in the cover quotient cube or not, and the cover quotient cube is indexed by this quotient bit sequence (qcbit index). A compression method is presented for the seqkey cover quotient cube, which compress the cover quotient cube via omitting dimension attributes for all cells. To improve the storage and query of data cubes, based on these index and compression methods, algorithms are proposed to query the cover quotient cube and seqkey cover quotient cube. Experimental results on the dataset weather show that the volume of the qcbit index file is only 11% of the value-list index file, and the volume of seqkey cover quotient cube is only 27.75% of the original cover quotient cube.