Hi all, I'm working with a number of jasper reports ranging from 1.1 up to 3.1.x, most developed by others but I responsible for them now.
All the reports use Oracle (9i) databases as the datasource and generate the data from SQL queries
I have a problem with one of the reports being to slow, Each run takes between 5 to 10 minutes and I need to generate about 1000 of them quickly.
Now I know that the problem is not the report, it is the database. If I run the query directly against the database it takes just as long to run.
So, My question, is there any way in Jasper to speed this up, using hibernate or anything else? Or an I stuck with tuning the database?
Any advice appreciated :-)
**Note I'm guilty of that heinous crime of crossposting :!: I asked this on the JasperForge forums, but it seems really quiet, I got no responses