3. Statements : OpenROAD SQL Statements : Set Statement : 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.