what is performance tunning in BO in report level& designer
level?

Answer Posted / guest

Analyze Report SQL for unnecessary Joins
1. First get the list of reports which are performing low
and get their SQL.
2. Analyze the report SQL for joins. There could be
unnecessary join which is causing query to perform low.
make a change in your universe accordingly to generate
query with optimized joins.

Analyze report Query for Indexes.
1. Get the report SQL , check the where clause
2. Check if indexes are user properly in SQL and also they
exist in database

Use Aggregates for measures
1. Use Aggregate aware for your measure objects to use
summary tables form Database

Use Partitions for high volume fact tables
1. Partitioning the fact table can boost your query
performance.

Array Fetch Size
1. Play with Universe options for setting up optimal value
of Array fetch Size parameter.

Universe Analysis for Shortcut joins
1. Analyze your reports and universe for possible use of
shortcut joins as they play little but important role in
performance.

Index Awareness
1. Try using Index Awareness from Universe side to generate
optimized query.

Universe Cleaning.
1. Make sure LOV is disabled measure objects.
2. Make sure LOV is disable for un-necessary dimension
objects and detail objects.

JOIN_BY_SQL
1. Try evaluating JOIN_BY_SQL universe parameter



Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about an assignment you worked on in which you had to amass a huge amount of data, and then analyze it?

691


Did you face any problems while creating reports? Name? Solutions?

3270


What is difference between webi and infoview?

627


explain in detail about type 3?

637


How to Explain about BO projects in interviews?(in Banking,insurance,Manufacturing domains)

4329






How to generate the report from excel sheet?

600


Explain what are the steps to be taken to schedule the report?

657


Can anybody tell me what are the tuning problems?

1604


Hi I'm using data federator.I would like to know if it allows select statment in where clause.For example: SELECT Employee, company, orgunit FROM TAB_BIG WHERE employee IN (Select TAB_SMALL.employee FROM TAB_SMALL WHERE flag = X ) bye

1414


Can you please send me the migration related issues .

1662


What is object stores?

590


how to create metric universe ?

1907


How to sort the dynamic objects alphabetically on the Universe based on and SQL Server

1830


any difficulitis have you phase while creating bo reports and how did u solve it

3005


What are all the points to keep in consideration, while we are migrating the Universes,Reports from BO5.1.6 to BO 6.5? Is is compatible to migrate like this? Does it effect the filters in Reports and Join in the Universe?

1567