Hi,
Could anyone help me out to better understand the version aspect of the MV 
store?

/**
     * How many versions to retain for in-memory stores. If not set, 5 old
     * versions are retained.
     *
     * @param count the number of versions to keep
     */

If I have a file based store, does this have any impact?

Does this variable have any relation to 
http://www.h2database.com/html/mvstore.html#versions ?

Also, WRT to the versions as documented, does autocommit create versions? Or is the version only incremented in response to an explicit commit() call?

I also noticed that you can't set the versions variable during the Builder pattern for configuring the store. But maybe that doesn't make sense.

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