We are getting a new 3rd-party system and the default init parameters specify recovery_parallelism=6 and log_parallelism=6.
I've never used these parameters, and am not sure if they are necessary. From the docs, it says to increase log_parallelism if you have more than 16 processors. It doesn't really have a recommendation for recovery_parallelism.
Our system is 9.2.0.5 on AIX 5.2. We only have 4 processors.
I typically increase my recovery_parallelism just when setting up a standby, or during major database recovery. Setting it to a higher number (ROT of 2*CPUs) makes a significant difference in the amount of time it takes to recover a database.
Originally posted by Axr2 I typically increase my recovery_parallelism just when setting up a standby, or during major database recovery. Setting it to a higher number (ROT of 2*CPUs) makes a significant difference in the amount of time it takes to recover a database.
Is this true with RMAN from tape as well? If I'm restoring with one channel, does it make a difference?
recovery_parallelism has to do with instance recovery. It only comes into play *after* your archivelogs have been transferred to disk. Your TDP settings (or channel) allocation has no bearing on it. You should potentially still be able to leverage the advantages of this parameter.
Originally posted by Axr2 recovery_parallelism has to do with instance recovery. It only comes into play *after* your archivelogs have been transferred to disk. Your TDP settings (or channel) allocation has no bearing on it. You should potentially still be able to leverage the advantages of this parameter.
Duh! I'm glad it's Friday. Now that I read the description of the parameter I see that it is for crash/instance recovery. I guess it doesn't hurt to have it set.
Bookmarks