My Oracle Support Banner

RMAN Tips: Test Plan to identify correct number of channels for RMAN compressed backups optimal performance (Doc ID 1435723.1)

Last updated on FEBRUARY 02, 2022

Applies to:

Oracle Database Backup Service - Version N/A and later
Oracle Database Cloud Service - Version N/A and later
Oracle Database - Enterprise Edition - Version 11.2.0.1 and later
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Information in this document applies to any platform.

Purpose

Tuning RMAN compressed backups for performance and balance IO.

Scope

Increasing the number of channels increases the number of CPU cores available to execute the compression.
Rules of thumb -

1. Don't leave a lot of free space in the tablespaces. Free space is read but not written.

2. ASM to ASM tune the RMAN backup buffers. (On 11g Buffers are optimized on ASM )

3. With BIGFILES use "SECTION SIZE" not MAXPIECESIZE. The difference is MAXPIECESIZE will serialize the backup of all files assigned to a given channel. Using "SECTION SIZE" any files larger than the section value multiple channel can backup a single file in parallel improving the performance for IO and compression.

4. Determine the CPU core number and use that for the max channels that can be allocated. We are looking for the point of diminished return. Afterwards you must verify it's not impacting production IO and scale the changes back from there as required.

Details

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.