What is the best way to get an MV Store to compact as much as it can?  

I've tried 

store.commit();
store.compactRewriteFully();

also 

store.compactMoveChunks() in a loop until it returns false.  

But there still seems to be a randomness in the compaction, and, my file 
size is much bigger than I expect.  

Basically, I'm trying to shut the system down in a state where the DB is as 
small as possible, so I can zip it and package it.

Thanks,

Dan

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