I cannot reproduce such issue on my system without abnormal termination of 
process.

Database needs some space for operation. Its size may be different with the 
same data. I guess the database was shut down on your system too early 
without a chance to collect and free disk space that is not needed any 
more. You can try to execute
SHUTDOWN COMPACT
as last SQL command to reduce its size. However, even this command cannot 
guarantee that database will have smallest possible size.

Databases and archives serve for different purposes. If you don't really 
need SQL support and use database only as a file storage, it's better to 
use some archiver library instead. If you need SQL support, indexes, and 
other features of databases you should know that they have a cost, and 
should not assume that size of database will be nearly the same as size of 
persisted data.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to