emxMaterialComplianceCentral.RollUp.enableParallelRollUp | Defines whether to enable or disable the Parallel Roll Up option in both the
global and selected rollups. For example:
emxMaterialComplianceCentral.RollUp.enableParallelRollUp =
True
|
|
emxMaterialComplianceCentral.RollUp.maxParallelUsePercentage |
Defines the maximum percentage of system resources to be used for
the parallel rollup. For
example:emxMaterialComplianceCentral.RollUp.maxParallelUsePercentage =
75 |
Percenatge in numbers. The default percentage value is 75. This
is the percentage of available processors to be dedicated to parallel rollup
processing. Note:
The high precentage value can be affect the system
performance.
|
emxMaterialComplianceCentral.RollUp.parallelTraversalFrom |
Defines the option to control how nodes are traversed across
available threads for the global and local parallel rollups. For example,
emxMaterialComplianceCentral.RollUp.parallelTraversalFrom =
leafnode |
Note:
This property is applicable if you set the value to True for the
emxMaterialComplianceCentral.RollUp.enableParallelRollUp
property.
|
emxMaterialComplianceCentral.RollUp.checkForAbortFrequency |
Defines the option to control the frequency of cancelleing the
background job in the parallel rollup. For example:
emxMaterialComplianceCentral.RollUp.checkForAbortFrequency =
Min |
Note:
This property is applicable if you set the value to True for the
emxMaterialComplianceCentral.RollUp.enableParallelRollUp and the
value is set to rootnode for the
emxMaterialComplianceCentral.RollUp.parallelTraversalFrom
propertites.
|