You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Karl-Heinz Zengerle <ka...@sawag.com> on 2004/02/27 13:09:11 UTC

Memory usage

Hi world.
 
I'm developing a report pushing possibly much data from a database into
an Excel file.
 
Because of this I read just portions from the database into memory and
push them to the proper POI objects. So at his side I need just a
limited amount of memory.
 
Does POI keep all information in memory? Or does it load just parts
which are explicitly queried, modified or inserted?
 
MfG 
Karl-Heinz Zengerle
 

Re: Memory usage

Posted by Glen Stampoultzis <gs...@iinet.net.au>.
The whole lot.  Memory usage is one area of POI we are trying to 
improve.  Regardless of this it's always going to be the whole file because 
of the way Excel files are structured.

At 11:09 PM 27/02/2004, you wrote:
>Hi world.
>
>I'm developing a report pushing possibly much data from a database into
>an Excel file.
>
>Because of this I read just portions from the database into memory and
>push them to the proper POI objects. So at his side I need just a
>limited amount of memory.
>
>Does POI keep all information in memory? Or does it load just parts
>which are explicitly queried, modified or inserted?
>
>MfG
>Karl-Heinz Zengerle
>


Glen Stampoultzis
gstamp@iinet.net.au
http://members.iinet.net.au/~gstamp/glen/