Reduce the execution times of Business Rules
Hi gurus,
We are currently having some issues with the execution times of our business rules. A rule, that took about 6 minutes to finish, is now over 20 minutes. We are using the following commands in addition to our FIX statement.
SET CALCPARALLEL 16;
SET CALCTASKDIMS 11;
We have around 11 sparse dimensions and on a previous execution with CALCPARALLEL 16, the time was the expected. I don't know if there is something that we are missing (some other commands or the improper use of the former ones).
Thanks in advance for your help.
Best Regards.