RE: What's is the Guidelines to Build Universe with Be...
adding to the answer is
1. see that ur desgin schema is not having any loops,cartesain products,fan traps,chasm traps etc that will give u the wrong data and the performance might be a problem is those cases.
RE: What's is the Guidelines to Build Universe with Be...
I agreed with Ravi what he said except his 4th point. Short cut join privide shortest path and and gives result in shortest time but Business Objects itself suggest using shortcut join is not good practice.
RE: What's is the Guidelines to Build Universe with Be...
To enhance the performance of the universe, we have to do the following:
1) Keep universe light, 2) Deselect multiple SQL statements for each measure options, 3) Try to avoid outer joins, 4) Use off-line mode if possible, 5) Remove unnecessary list of values 6) Use aggregations if possible and 7) Take off all variables and objects.