Wednesday, 30 January 2019

Cube performance best practices

You have to keep following things in mind while designing a cube

  • Under the VLDB settings for that cube, make sure that to increase the setting "Query Optimizations - Maximum Parallel Queries Per Report" to the same value that is determined in the partitions. For instance, if it is determined there are 8 partitions in the cube, then the value of this VLDB setting should be 8.
  • Under VLDB settings > Query Optimizations > Data Population for Intelligent Cubes admins need to test all the following options:
    - Normalize Intelligent Cube data in the database.
    - Normalize Intelligent Cube data in the database using relationship tables.
    - Direct loading of dimensional data and filtered fact data.
    For this point admins need to try the three options and see which one has better performance.

No comments:

Post a Comment