Optimize Configurations and Extensions

Use of suboptimal logic in consolidation extensions and configurations can adversely impact performance.

You can extend the default consolidation logic of Financial Consolidation and Close applications. Methods that can be used to extend the consolidation logic include the following:

  • Member formulas
  • Calculation logic
  • Translation or consolidation overrides

Use the information in the Activity Report, specifically, the information in the following sections, to identify scripts that take considerable time to run:

  • Top 10 Worst Performing Business Rules over 30 Seconds
  • Top 5 Worst Performing Calc Scripts Commands over 1 Min
  • Top 10 Worst Performing Essbase Queries over 15 seconds

See About the Activity Report in Oracle Enterprise Performance Management Cloud Getting Started with Oracle Enterprise Performance Management Cloud for Administrators.

Review Member Formulas

Review member formulas to optimize calculations and logic and to remove unnecessary formulas. You can review member formulas using Oracle Smart View for Office.

Use the Edit Member Properties screen to review, edit, and remove formulas from a dimension. You can remove formulas only from custom dimensions. Seeded formulas on default (out-of-the-box) dimensions, for example, YTD, cannot be removed.

To edit or remove formulas from custom dimensions:

  1. Sign in to Financial Consolidation and Close as a Service Administrator.
  2. On the Home page, click Application and then Overview.
  3. Click Dimensions to open the Simplified Dimension Editor.
  4. Click the name of the dimension that you want to work with.
  5. Click Zoom in All Levels Zoom in All Levels icon.
  6. In the Console Formula column, locate the formula that you want to edit or remove.
    Zoom in All Levels results

    You may remove columns from the current view to declutter the screen by right-clicking in the column header and deselecting some columns.

  7. Edit or delete the formula, as needed, and then click Save to preserve your changes.
  8. Click Save and then Cancel in Edit Member Properties.

Disable Custom Calculations Deployed to the Application

Financial Consolidation and Close uses many predefined rules templates to assist in the local currency or multi-currency calculation process. You may have modified these by including custom scripts and redeploying them to the application. To verify that custom calculation scripts are not affecting performance, disable (comment) out the custom scripts, redeploy them to the application, and then perform the consolidation.

To disable custom calculations:

  1. Sign in to Financial Consolidation and Close as a Service Administrator.
  2. On the Home page, click Application and then Consolidation.
  3. On the Consolidation Process tab, click Local Currency.
  4. Click After Opening Balance Carry Forward or Final Calculations to open Oracle Hyperion Calculation Manager.
  5. In Calculation Manager, display available rules by expanding EPM Cloud, then the node for your application, then Consol, and then Rules.
  6. Comment out the custom script and redeploy the rule:
    1. Right-click a rule, for example, FCCS_10_After Opening Balance Carry Forward_Local_Currency, and select Open.
    2. Comment out any custom script to revert the rule to its default state, as shown in the following illustration:
      Reverting custom rules to default
    3. Redeploy the rule and then run consolidation to check performance.

      If performance improves, revise and optimize the script, paying special attention to roll ups and ad hoc calculations that may affect performance. You should then redeploy the rule to the application.

      If performance does not improve, you can assume that this rule is not contributing to performance degradation. You should restore the custom script and then redeploy the rule to the application.

  7. Perform Step 6 for each rule.

Undeploy Consolidation Rules

  1. Sign in to Financial Consolidation and Close as a Service Administrator.
  2. On the Home page, click Application and then Consolidation.
  3. On the Consolidation Process tab, click Consolidated.
  4. Click Configurable Consolidation.

    Manage Consolidation Rules opens.

  5. Undeploy the consolidation rule set, one at a time, and then run consolidation to assess performance.
    Undeploying rule sets

    If performance improves, revise and optimize the rules in the rule set. You should then redeploy the rules and rule sets to the application.

    If performance does not improve, you can assume that this rule set is not contributing to performance degradation. You should redeploy the rule set to the application.

Add Substitution Variables

Consider adding these substitution variables to evaluate whether they increase the consolidation performance.

Note:

These substitution variables are not created by default; you must manually create them and enable them. For each substitution variable, use the setting Cube = Consol to enable the variable and Value = true to utilize it during Consolidations.
  • EnableSimpleAggregation

    Create this substitution variable and set its value to true to optimize consolidation performance during roll-up.

    Note:

    EnableSimpleAggregation and EnableOptimalBlockCreation are mutually exclusive. When EnableSimpleAggregation is set to true, the consolidation process treats EnableOptimalBlockCreation value as false, whether or not a value is set in the application.

  • OptimizeDBRefresh

    Create this substitution variable and set its value to true to optimize performance while pushing exchange rates from Rates to the Consolidation cube.

  • OptimizeYTDCalculation

    Create this substitution variable and set its value to true to optimize the performance of YTD calculations during Consolidations.

    Note:

    OptimizeYTDCalculation shows optimized consolidation performance for extended dimensionality application only.
  • OptimizeConcurrency

    Create and enable this substitution variable and set its value to true to take advantage of higher concurrency during Consolidations.

    The Consolidate and Translate business rules in Financial Consolidation and Close execute on multiple entities. Oracle Essbase can execute business rules calculations concurrently using multi-threading. Using the OptimizeConcurrency variable forces Financial Consolidation and Close calculations to make judicious use of multiple Essbase process threads so that calculations run faster.