Monday, October 20, 2014

Datawarehouse backup terminology

Introduction

There exist large volume of data into the data warehouse and the data warehouse system is very complex hence it becomes important to have backup of all the data which is available for the recovery in future as per the requirement. In this chapter I will discuss the issues on designing backup strategy.

Backup Terminologies

Before proceeding further we should know some of the backup terminologies discussed below.
  • Complete backup - In complete backup the entire database is backed up at the same time. This backup includes all the database files, control files and journal files.
  • Partial backup - Partial backup is not the complete backup of database. Partial backup are very useful in large databases because they allow a strategy whereby various parts of the database are backed up in a round robin fashion on daybyday basis, so that the whole database is backed up effectively once a week.
  • Cold backup - Cold backup is taken while the database is completely shut down. In multiinstance environment all the instances should be shut down.
  • Hot backup - The hot backup is take when the database engine is up and running. Hot backup requirements that need to be considered varies from RDBMS to RDBMS. Hot backups are extremely useful.
  • Online backup - It is same as the hot backup.

No comments: