Forum Discussion
Ankit_Shah
3 years agoNew Contributor II
How to speed up force calculate step?
Hi all,
We are running "force calculate" step to perform force calculation of 80% base entities . It runs for 4-6 hours. How to improve performance , any way run this in multi thread/parallel by e...
JackLacava
OneStream Employee
3 years agoThe system already parallelizes everything it can. There isn't a magic "go faster" button.
Force Calculate will run on all previous periods, ignoring calculation status of every dataunit. So, in December, you're recalculating the whole year.
That, plus (likely) inefficient rules, can result in bad performance like you're seeing.
You'll need to look at the performance of your rules, scouring the log for timings (you can use the With Logging option for more details, although it will slow down things further) and checking the various Application Reports for dense dataunits, bad rules using #All, excessive reliance on Business Rules rather than Member Formula, etc etc.
Related Content
- 3 years ago
- 8 months ago