Hi,

The transaction log and temporary results (that don't fit in memory) are
also stored in the database file. So if you update data, the database file
will grow a bit. But this space is re-used, and usually the file shrinks if
the database is closed. The same for temporary results.

My concern is I only have 512M total of disk on my device


What kind of device are you using?

There might be a relatively save way to reduce the growth: reducing the
maximum log file size (see the docs). This should work, unless the growth
is caused by temporary results.

Regards,
Thomas

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to