Jump to content

Recommended Posts

Posted

We have created a report that returns around 1000 pages. However the performance is very slow.

The query from a JDBC Oracle Database returns the result in around 10 seconds (tested into SQL). Then, the first page is filled with the result, but the other pages are taking more than 30 minutes to be filled.

We already tried to remove the pagination, increase the java memory and a whole bunch of other things on Webserver side.

Is there any specific configuration to perform this kind of report? Any sugestions?

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

JasperReports Server has a performance problem.

I can generate 100,000 page pdf with my JasperReports program in about 9 minutes so the problem is not a problem with JasperReports library.

That said, my WAS users aren't experiencing that slowness. Did you make your report very complex? Check if the problem is with CPU usage or with memory usage. I've found that it's usually CPU usage going to 100%.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...