8. SQL Statements : SET : Cpufactor
 
Share this page                  
Cpufactor
If you are working on a machine where CPU operations are more expensive than I/O operations, the default CPUFACTOR can be set to a lower value. This causes the Optimizer to look at less CPU-intensive operations.
The default is 100 CPU operations to one disk I/O.
For example: Setting CPUFACTOR to 10 indicates that one disk I/O is roughly equivalent to 10 CPU units.