Hi all, I am pulling up around 7500 records having just 3 DB fields from JSP using Oracle thin driver in Websphere 5 from Oracle 8.1.7. It is taking around 26 seconds to pull those 7500 records, I am storing those records in session for NEXT PREV links which is making application fast later. But for the very first time, the time consuming is more. Is there any best way to get those 7500 faster, any suggestions like to use EJB's or Servlets .. I appreciate your help Thanks in advance, Chandra
Jim Yingst
Wanderer
Sheriff
Joined: Jan 30, 2000
Posts: 18670
posted
0
Please don't post the same question in multiple forums. Followups can go here. Thanks.
"I'm not back." - Bill Harding, Twister
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Getting records very slow from the database