Space-efficient cubes for OLAP range-sum queries

  • Authors:
  • Seok-Ju Chun;Chin-Wan Chung;Seok-Lyong Lee

  • Affiliations:
  • Department of Information and Communication Engineering, Korea Advanced Institute of Science and Technology, 373-1 Kusung-dong, Yusung, Taejon 305-701, South Korea;Division of Computer Science, Korea Advanced Institute of Science and Technology, 373-1 Kusung-dong, Yusung, Taejon 305-701, South Korea;School of Industrial and Information System Engineering, Hankuk University of Foreign Studies, 89 Wangsan-ri Mohyun, Yongin-si, Kyounggi-do, South Korea

  • Venue:
  • Decision Support Systems
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

Data cubes support a powerful data analysis method called the range-sum query. The range-sum query is widely used in finding trends and in discovering relationships among attributes in diverse database applications. A range-sum query computes aggregate information over an online analytical processing (OLAP) data cube in specified query ranges. Existing techniques for range-sum queries on data cubes use an additional cube called the prefix sum cube (PC), to store the cumulative sums of data, causing a high space overhead. This space overhead not only leads to extra costs for storage devices, but also causes additional propagations of updates and longer access time on physical devices.In this paper, we present a new cube representation called 'the PC Pool', which drastically reduces the space of the PC in a large data warehouse. The PC Pool decreases the update propagation caused by the dependency between values in cells of the PC. We develop an effective algorithm, which finds dense sub-cubes from a large data cube. We perform an extensive experiment with diverse data sets, and examine the space reduction and performance of our proposed method with respect to various dimensions of the data cube and query sizes. Experimental results show that our method reduces the space of the PC while having a reasonable query performance.