InterviewSolution
| 1. |
What Is The Difference In The Way Microstrategy Handles Custom Group And Consolidations? Any Advantage Of Using One Over The Other? |
|
Answer» Custom GROUPS are handled at the database end where as CONSOLIDATIONS are handled at the Analytical Engine end. As a result the Consolidations are not an overhead for the database as there is a SINGLE pass in the query. On the other hand Custom Groups are an overhead on the database as they fire a separate SQL pass for EVERY Custom group ELEMENT. Custom Groups are handled at the database end where as Consolidations are handled at the Analytical Engine end. As a result the Consolidations are not an overhead for the database as there is a single pass in the query. On the other hand Custom Groups are an overhead on the database as they fire a separate SQL pass for every Custom group element. |
|