GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  BO Designer

 Print  |  
Question:  What are the steps to taken care to improve the Report performance?



March 03, 2007 08:57:10 #4
 Nidhii Database Expert  Member Since: March 2007    Total Comments: 4 

RE: What are the steps to taken care to improve the Re...
 
Hi,
I can explain why a report performance is increased when we apply a filter at the universe level rather than at the report level
When we apply a filter in the universe level,after the query is fired,the data is filtered and then the required rows returned
But when the filter is applied at the report level,the query is fired,rows retrieved and then filtered by the report level filter.
In the first case(universe level filter),less rows are retrieved from the database whereas in the second case(report level filter),data is fetched and then filter applied. It is more time consuming and the performance is affected.

Hope this answers ur query
Regards,
Nidhi
     

 

Back To Question