Home | Previous Page | Next Page   Configuring and Monitoring Dynamic Server > Configuration Parameters >

OFF_RECVRY_THREADS

onconfig.std value
10
units
Number of recovery threads that run in parallel
range of values
Positive integers
takes effect
When the database server is shut down and restarted
refer to
The following material:

OFF_RECVRY_THREADS is the number of recovery threads used in logical recovery when the database server is offline (during a cold restore). This number of threads is also used to roll forward logical-log records in fast recovery.

Before you perform a cold restore, you can set the value of this parameter to approximately the number of tables that have a large number of transactions against them in the logical log. For single-processor computers or nodes, more than 30 to 40 threads is probably too many, because the overhead of thread management offsets the increase in parallel processing.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]