Hi Experts,
I have few basic queries on the test case I am doing for rendering DVT graph component in ADF.
Basic configuration details :
- ADF 12c on local machine
- Machine has 8 GB RAM and i5, 2 GHz processor
- Hitting a remote database in US from India to query data.
- Running a JSF page with databound VO.
1) When rendering a Line chart using a VO which is fetching around 500 records, it is taking around 2 mins to render the graph in browser. Is this expected as per above configuration ?
2) When rendering table instead of Graph using same VO, it fetches first 25 records fast, but if have to go to last record, it takes almost similar time?
3) How we can change the default 25 Records property of a table to show all 500 in a single page.
Thanks,
Charanjeet