AGGRESSIVEBLKOPTIMIZATION

Improves batch calculation time for block storage outlines.

This setting does not apply to aggregate storage databases.

Syntax

AGGRESSIVEBLKOPTIMIZATION TRUE | FALSE

Description

When there are dense Dynamic Calc members in the outline, a batch calculation with formulas uses blocks that contain data cells for all dense Dynamic Calc members. Setting AggressiveBlkOptimization to TRUE makes batch calculation work on kernel blocks (smaller blocks) directly, which may improve performance. Use this setting only if there is no formula dependency on dense Dynamic Calc members; otherwise, the calculation may produce incorrect results.

Example

AGGRESSIVEBLKOPTIMIZATION TRUE

Improves calculation performance for outlines in which there is no formula dependency on dense Dynamic Calc members.