Database integrity mechanism between OLTP and offline data

  • Authors:
  • Muhammad Salman;Nafees Ur Rehman;Muhammad Shahid

  • Affiliations:
  • Graduate School of Engineering Sciences & Information Technology, Hamdard University, Karachi, Pakistan;Department of Computer & Information Sciences, University of Konstanz, Germany;Department of Computer & Information Technology, Pakistan International Airline, Karachi, Pakistan

  • Venue:
  • ACIIDS'12 Proceedings of the 4th Asian conference on Intelligent Information and Database Systems - Volume Part II
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper describes integrity mechanism between OLTPs and offline data. Normally every RDBMS supports five Integrity Constraints (ICs) namely primary key or composite key, unique key, foreign key, not null and check constraints. Online database integrity is achieved through these five ICs. However, as per the retention period data is backed up and removed from the OLTPs for space and performance efficiency. But there is no standardized protocol on keeping integrity between offline data and data present in the OLTPs. Therefore, we present a solution to address the problem of offline data integrity by keeping a representative set of purged data & ICs in the online database to ensure data integrity between OLTPs and offline data. We further support our proposed solution with the help of two types of integrity tests i.e., sufficient and complete test.