Poor performance for report with 1.7 Million records (with pagination)
588030Apr 29 2008 — edited Nov 19 2008I have APEX report page based on query that pulls up 1.7 million records. Though I have set number of rows per page as 15, looks like it is pulling entire set of 1.7 million records. If I run the same query in sql workshop of apex it executes in 0.40 secords pulling first 10 records.
Time taken by page: 6 minutes
Time taken by SQL Workshop: 0.40 secords
Time taken by Toad/plsql developer : 0.3 seconds
I have selected X to Y pagination.
Is there anyway to make report only query first 10-15 records initially or set some property to make report retrieve faster. Please help. I have 65 more reports to be developed and majority of them deal with high volume of data.
Thank you.
Prashant
4084311331