Re: Performance issue with jakarta POI

2006-07-24 Thread Ronald Klop
This has nothing todo with Tomcat, but I propose you make a standalone application doing this and then using a profiler on it. Ronald. On Thu Jul 20 15:17:34 CEST 2006 Tomcat Users List wrote: Hi, I am building xls with jakarta POI by fetching the records from database. There are 30K reco

Re: Performance issue with jakarta POI

2006-07-20 Thread Viks
Hi, I am building xls with jakarta POI by fetching the records from database. There are 30K records fetched from DB. Process takes 40 min to complete. Any best practises on using POI api to improve the performance. I dont see issue with the query as The query is very simpl

Performance issue with jakarta POI

2006-07-20 Thread Abh N
Hi, I am building xls with jakarta POI by fetching the records from database. There are 30K records fetched from DB. Process takes 40 min to complete. Any best practises on using POI api to improve the performance. I dont see issue with the query as The query is very simpl