Exploitation of referential integrity constraints for efficient update of data warehouse views

  • Authors:
  • Carson Kai-Sang Leung;Wookey Lee

  • Affiliations:
  • The University of Manitoba, Winnipeg, MB, Canada;Sungkyul University, Anyang, Korea

  • Venue:
  • BNCOD'05 Proceedings of the 22nd British National conference on Databases: enterprise, Skills and Innovation
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

Data warehouse (DW) views provide an efficient access to information integrated from source data. As changes are made to the source data, the corresponding views may be outdated. Hence, the maintenance of DW views is crucial for the currency of information. In this paper, we propose a novel method to efficiently self-maintain DW views that contain select-project-joins over relations modelled in a star schema. Specifically, our method avoids computing the views from scratch, which can be very costly. Instead, it exploits the referential integrity constraints that are imposed on the relations. Therefore, with our proposed method, DW views can be updated or refreshed by using only the old materialised views and the files that keep the truly relevant tuples in the “delta”. The method avoids accessing the underlying source data, and hence, achieves efficient update of DW views that contain joins over relations modelled in a star schema.