I am new to BO, I just want to know the best ways to tune the performance of the report and it would be more helpful if someone can guide me , how BO generated SQL can be tuned .
Performance Tuning:
Do not use constant values in the report.
Organize your query well
Know the db structure to best design the query.
Do not refresh every report on open or so, do it as per requirement.
Does that mean if i rearrange objects there in where clause, will that affect ?
e.g. right now i’m filtering out with not inlist some id’s then ANDed with year filter which is for 2 years then again some filter followed by various dimensions with or/and…
would that really matter and how, please let me know.