Hi,

> When would one want to use "memFS" instead of "mem" for an in-memory db?

memFS is mainly used for testing. It uses the same algorithms as a
regular file system. Probably it needs less memory than mem. memLZF
needs even less memory because it compresses the data (which slows it
down).

See also http://www.h2database.com/html/advanced.html#file_system

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