Efficient OLAP query processing in distributed data warehouses

  • Authors:
  • Michael O. Akinde;Michael H. Böhlen;Theodore Johnson;Laks V. S. Lakshmanan;Divesh Srivastava

  • Affiliations:
  • MHO Data Warehouse Unit, Computer Science Department, (SMHI), Folkborgsvägen, Sweden and Department of Computer Science, Aalborg University, Aalborg, Denmark;Department of Computer Science, Aalborg University, Fredrik Bajers Vej 7E, DK-9220 Aalborg, Denmark;AT&T Labs-Research, P.O. Box 971, Florham Park, NJ;Department of Computer Science, The University of British Columbia, 2329 West Mall, Vancouver, B.C., Canada V6T 1Z4;AT&T Labs-Research, P.O. Box 971, Florham Park, NJ

  • Venue:
  • Information Systems - Special issue: Best papers from EDBT 2002
  • Year:
  • 2003

Quantified Score

Hi-index 0.01

Visualization

Abstract

The success of Internet applications has led to an explosive growth in the demand for bandwidth from Internet Service Providers. Managing an Internet protocol network requires collecting and analyzing network data, such as flow-level traffic statistics. Such analyses can typically be expressed as OLAP queries, e.g., correlated aggregate queries and data cubes. Current day OLAP tools for this task assume the availability of the data in a centralized data warehouse. However, the inherently distributed nature of data collection and the huge amount of data extracted at each collection point make it impractical to gather all data at a centralized site. One solution is to maintain a distributed data warehouse, consisting of local data warehouses at each collection point and a coordinator site, with most of the processing being performed at the local sites. In this paper, we consider the problem of efficient evaluation of OLAP queries over a distributed data warehouse. We have developed the Skalla system for this task. Skalla translates OLAP queries, specified as certain algebraic expressions, into distributed evaluation plans which are shipped to individual sites. A salient property of our approach is that only partial results are shipped-never parts of the detail data. We propose a variety of optimizations to minimize both the synchronization traffic and the local processing done at each site. We finally present an experimental study based on TPC-R data. Our results demonstrate the scalability of our techniques and quantify the performance benefits of the optimization techniques that have gone into the Skalla system.