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 are cascading prompts explain with steps

4 Answers  


2.What is loop? How resolve the loop?explain it?

11 Answers   TCS, UHG,


How do you find what type of trap is there by seeing the report?

4 Answers   TCS,


We can have two separate installations of BOE XI 3.1 on a single server?

2 Answers  


wat is the difference between full clinet report and thin client report?wat is the difference between desktop intelligence and web intelligence?

3 Answers   Target,






What are the Users and User groups?

2 Answers   Wipro,


Can anybody tell me what are the tuning problems?

0 Answers  


What are the major problems will occur while migrating to the one version to another version?

2 Answers   CTS,


Where will you find the address of repository in Business Objects?

4 Answers  


Aliases and Contexts Which once will give the better performence when resolve the loops?

3 Answers   HCL,


what is meant by slowly changing dimensions?

3 Answers   TCS,


how to connect one to one report? Explain with example?

5 Answers   TCS,


Categories