Hi
We are trying to use H2 to cache the data fetched from various data
sources. The amount of data to be cached is huge so it creates very
huge db files.
We were thinking of compressing the db files which will greatly reduce
the size.

Is there any way to compressing the db files while the database is
online?

We have read that H2 supports plug-gable file system, so we thought of
implementing org.h2.store.fs.FileSystem, FileObject which will
compress the data before storing and decompressing it after reading.

Are there any probable issues with this approach of compressing and
decompressing the data while writing and reading?

Thanks in advance
Saurabh

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