Hi all,

We are trying to switch to MVStore because it is quicker than our previous 
backend. Unfortunately we found that - since we have large data set and 
modify it frequently - the file size is growing excessively. We tried to 
use *store.setVersionsToKeep(0)* when creating the store and 
*store.compactMoveChunks()* after commits - this solved the file size 
problem but modifications got slower. Is it another way to keep the file 
size and not to lose performance (we don't need previous versions)?

Thanks,
Tamás

-- 
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 h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
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