| Author |
Help in Data exports
|
lavanya Ananth
Ranch Hand
Joined: Apr 04, 2005
Posts: 40
|
|
Hi I am working on a web application ( J2EE ).I now have a requirement to give a data extract given a date range. Currently we are using Jasper reports and Hibernate to get a data export. For a 10 MB file,it takes 3 minutes. I dont know whether this is the usual time it takes . Our main concern is that when the system is deployed, the data extracts can be very huge..say upto 100 MB. Is there a better way of doing this extracts. Please help. Thanks!
|
 |
giby alex
Greenhorn
Joined: Apr 10, 2007
Posts: 2
|
|
|
remove hibernate to extract data and use sqlquires to extract because extrating data from db using hibernate will take time , because data which is extrat will be return as object ,
|
 |
 |
|
|
subject: Help in Data exports
|
|
|