how to increase the perfomance in ur designer & reporting?
how to reduce the refershing time & what precations would u
take ?

Answer Posted / ashish

1. Increase array fetch size.
2. Use Bit map indexing on Fact columns.
3. Remove unwanted objects and classes from your universe.
4. Remove unwanted variables, filters and charts from report
5. Always ensure your fact table execute before your
dimensional table in the FROM clause (Query optimization)
ex. Select F1.A
D1.B
FROM
Fact F1,
Dim D1
6. Use of Derived Tables so that complex calculation can be
performed at universe level.
7. Aggregate table
8. Remove unwanted alias and context.
9. Always ensure in join condition you have fact table
appearing at LHS. (F1.A=D1.B)
10. For prompts related columns, have indexing done at DB
level
11. Also at universe level you can change row count for
table rows for SQL execution as per requirements.

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

in sap bi we have wad, then why we go for sap bo

3020


Explain how we drill up week to month?

824


What's the Functional & Architectural Differences between Business Objects & Web Intelligence Reports?

1873


What is a bo repository?

772


Explain when to use local filter and when to use global filter?

1142


I have set of reports in BO4.0 and need to use "Hyperlink" functionality. I had to use native hyperlink functionality provided in BO4.0 but looks like it's available only in Rich Client.Currently,we have only Infoview B04.0 Launch Pad.Is OpenDoc the only hyperlink option on BO4.0 Launch Pad? Thank you.

3200


Is there any other repository domains rather than universe, security, document?

788


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?

1786


Hi friends, I am trying to create OLAP connection in IDT. I am getting error "error code:405 METHOD NOT ALLOWED" I am using "http:/olap/msmdpump.dll" I am using ms sql server 2012 -- cube

3546


Explain what sort of existing documents should business analysts refer to when starting on a new project?

780


Can we Save (save as) WEBI Doc as DESKI?

7529


How to execute the plsql procedure from the report by clicking with mouse?

796


Can more than 1 metric be applied on an analytic in business objects?

1836


WHAT ARE THE META DATA TYPES?WHICH META USING IN BO'S

1920


What is package in BO

2907