Operational Planning

Bulk Plan Performance Tuning

There are several reasons why some bulk plans run slowly, while other bulk plans, even with larger data sets run fast. For example, high run time may be warranted due to the nature of the underlying problem and the complexity of the network. Many performance problems though can be resolved through careful data modeling, algorithm tuning and multi-thread property settings.

One of the most important contributors to long run time is the amount of logs that are turned on. It is recommended that logs be used during the test phase, and turned off during production runs. Remember to turn off logs from all the domains, as the logs from other domains will influence the run time even though no logs are printed. 

Related Topics