Hi, > Why is that?
It has already been said, so just to repeat: if you have long running transactions, MVCC is better. If you have long running queries, MULTI_THREDED is better. If you both at the same time, then it's a problem, because both features combined is not supported yet. See also: http://h2database.com/html/advanced.html#mvcc http://h2database.com/html/grammar.html#set_multi_threaded 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.
