Entering content frameFunction documentation Optimization of File Distribution Locate the document in its SAP Library structure

Use

This section describes how BRBACKUP optimizes file distribution during an Oracle backup. This is especially relevant to backup of large Oracle databases.

Features

When distributing the files to the tapes, BRBACKUP has different optimization targets:

Therefore, try to avoid competing disk accesses, and keep the number of read/write accesses to a minimum.

If a Logical Volume Manager (LVM) is used, this target can only be attained if the logical volumes are not scattered over several physical hard disks. For more information, see Optimization with a Logical Volume Manager.

Using the backup times for individual files stored in the database, BRBACKUP attempts to minimize the total backup time by keeping the backup time equal on each of the individual tape units. Note the following factors relevant to time-based optimization:

To minimize the total backup time, BRBACKUP always attempts to use all mounted tape units, even if the backup would fit onto a smaller number of tapes.

The one exception is when the number of files to be backed up is less than the number of tape devices.

BRBACKUP sorts the files to be saved according to their size and distributes the largest files to the available tapes first, followed by the smaller ones. As a result, wastage is reduced on individual volumes, because the tape capacity can never be exceeded and the total tape capacity can be better utilized. For more information, see the tape_size parameter.

BRBACKUP is capable of "learning." It stores the backup times of individual files in the database and uses these in the next backup for time-based optimization (if this is performed).

As a result, the changes to backup time are taken into account for individual files. The backup time can change, for example, if the fill level of the individual database files varies and the files are saved with hardware compression, using a tape unit.

BRBACKUP or BRARCHIVE use these to:

For more information, see -o|-output (BRBACKUP) and -o|-output (BRARCHIVE).

See also Log Supplements.

Leaving content frame