MAXTHREADS
Use the MAXTHREADS option to specify the maximum number of processing threads that Optimâ„¢ High Performance Unload can use.
- MAXTHREADS
- You can specify this parameter to limit the processing usage for
unloads that involve small tables. Setting a lower value for this
parameter will allow Optim High Performance Unload to unload
several tables at the same time using less processing threads.
- Syntax
- MAXTHREADS n
- Variable
- n
- Default
- None.
- Example
- For example, if you have 4 available processors and you want to
unload TABLE1, TABLE2, and TABLE3, with the option
MAXTHREADS 1, Optim High Performance Unload processes all the three tables at the same time with one processing thread for each.