11/11/09

Parallel Calculation and Tuning

1. We can enable parallel calculation in Essbase.cfg file in system level, or enable in calculation sript level. Sample code:
SET CALCPARALLEL
SET CALCTASKDIMS 2
2. Parallel calculation only works with Uncomitted Access
3. There is a risk that the parallel calculation may freeze the computer.
4. Use FIX command so that special data block is calculated, don't use cross dimension operator in most cases.