Improve the performance in variant C
You can improve the file processing throughput by fusing the operators of the chain with the corresponding group operators. This operator fusing reduces the number of processing elements (PEs) and removes the inter-process traffic between chain and group. It is recommended to enable the configuration parameter ite.fuse.groupWithChain.operators in variant C only if you have one chain that is configured per group. In other configurations, for example, many chains per group, the file processing throughput might not be increased.
About this task
Enable the fusing of group and chain operators by setting the parameter to on.
Procedure
- In the file <PathToYourApplication>/config/config.cfg, find the ite.fuse.groupWithChain.operators parameter description
-
To enable the optimization, set the parameter to on: ite.fuse.groupWithChain.operators=on