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



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

Answer / 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

More Business Objects Interview Questions

What is report template in b.o?

0 Answers  


can anybody tell me about complicated object you have created

0 Answers  


What is difference between custom hierarchy and report based hierarchy?

0 Answers  


how we transport universes from business objects 6.5 to BOXI R2?

3 Answers  


How many ways you can restrict data in business objects?

5 Answers   TCS,






What are the Users and Usergroups?

1 Answers  


12. Report is running very slow and How do you increase its performance? 13. In infoview, I want to provide the hyperlink to view the report in pdf format or other format. is it possible to do it. 14. There is one report and need to add new cloumns which are not there in database. what is your approach.? 15. Did you face any ambiguous queries and how do you fix it?

3 Answers  


In banking domain how many Fact tables,Dimension table are present?

0 Answers   TCS, UST,


Say, the query gets executed and we got the results. In case if we have a large number of rows, how can we know the exact no of rows returned?

6 Answers  


how u link universes of same functional domain ?

2 Answers   Business Intelligence Analytics, IBM,


I have the one Universe. I take the data from the Excel Sheet. Now i want to get the reports from the two.What is the process

2 Answers   Wipro,


i want to hide a chart in reporting level? i want to hide a prompt in designer level?

1 Answers   TCS,


Categories