Jump to content
JasperReports Library 7.0 is now available ×

Memory optimization for huge reports


ktrinad

Recommended Posts

By: bonacigi - bonacigi

Memory optimization for huge reports

2004-03-12 04:54

I've just started to use JasperReports.

 

I read that the filling process take a JasperReport as input and fill it with data producing a JasperPrint object.

This object is then serialized to disk.

 

If the report is filled with a large amount of data (and this happens frequently in my case) there will be a big use of memory because the JasperPrint object is completely built in memory.

I tried a very simple report with (only the detail

with 2 small fields) 100000 records and the JVM

allocated 60-70 Mb of memory to complete the task.

 

It's not possible to swap or serializa to disk the single pages as they are filled and not the entire JasperPrint at the end ?

 

I think this will be a very useful feature, one that other report writers (which costs a lot of money:-)) actually don't have.

 

Thanks

 

Giovanni Bonacini

Azienda Usl di Reggio-Emilia

bonacinig@ausl.re.it

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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...