Configuring Parallel Rollup

You can configure whether to enable or disable the Parallel Roll Up option in both the global and selected rollups.

You can also configure the maximum percentage of system resources to be used and the option to control the frequency of canceling the background job in the parallel rollup.

See Also
Properties for Configuring Parallel Rollup
Configuring Properties
  1. Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
  2. To enable or disable the Parallel Roll Up option for both the global and selected rollups, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMaterialComplianceCentral.RollUp.enableParallelRollUp

    2. Set the value for this property to True or False.

    For example,

    emxMaterialComplianceCentral.RollUp.enableParallelRollUp = True

  3. To define the maximum percentage of system resources to be used for the parallel rollup, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMaterialComplianceCentral.RollUp.maxParallelUsePercentage

    2. Set the value for this property in percentage in numbers

    For example,

    emxMaterialComplianceCentral.RollUp.maxParallelUsePercentage = 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.

  4. To define the option to control how nodes are traversed across available threads for the global and local parallel rollups, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMaterialComplianceCentral.RollUp.parallelTraversalFrom

    2. Set the value for this property to leafnode or rootnode.

    For example,

    emxMaterialComplianceCentral.RollUp.parallelTraversalFrom = leafnode

  5. To define the option to control the frequency of canceling the background job in the parallel rollup, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMaterialComplianceCentral.RollUp.checkForAbortFrequency

    2. Set the value for this property to Min or Max.

    For example,

    emxMaterialComplianceCentral.RollUp.checkForAbortFrequency = Min
    Note: This property is applicable if you set the value to rootnode for the emxMaterialComplianceCentral.RollUp.parallelTraversalFrom property.

  6. When finished updating the text file with all the properties you want to modify, including the ones shown here, use the text file to modify the emxMaterialsComplianceCentral.properties page object. For more information, see Editing Properties Using MQL.