MV_STORE is a completely separate storage engine from the old PageStore.

The old PageStore engine generates files with a .h2.db extension, the new
MV_STORE engine generates files with a .mv.db extension.

So it's not possible to mix and match opening the same files with the
different engines.

I and some other people currently use MV_STORE in production, but there may
still be some issues. If you have .h2.db database files from the 1.3 series
that you want to carry on using, then you will need to use the old
PageStore engine.
​

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