How to do performance tuning on reports.
Answers were Sorted based on User's Feedback
Answer / pritika
Performance tuning on reports is done by the help of VLDB
property in MSTR.
| Is This Answer Correct ? | 14 Yes | 1 No |
For performance tuning there some areas where you need to look and work accordingly.
like
1) is there sufficient space so that MSTR can create temporary tables.
2)proper filtering condition.
3)proper joining between required tables.
4) VLDB property
5)optimization (manual, logical and global)
its better if go go in the same order....
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / praveen
For performance tuning
1)it is done with the help of VLDB properties
2)check the intermediate sql passes and try to reduce the passes
3)apply filter conditions where ever required.
4)No cross join to be happened
| Is This Answer Correct ? | 4 Yes | 0 No |
Explain star schema?
Difference between project merge and object manager?
What is a conditional attribute in microstrategy?
What are report filters and view filters?
What is the difference between absolute filtering and standard filtering?
Define different types of attributes in microstrategy desktop?
What are logical views used for in microstrategy?
What specific features and functionality do I get with olap services?
How can you make the sql query to be based on a specific table of your choice?
what are the criteria used by the microstrategy sql engine to build the join tree of a report’s sql?
What is the conflict resolution window?
Can schema objects be copied across projects with microstrategy object manager?