In previous version of H2(1.3), i can't set both MVCC and MULTI_THREAD to 
true.

when i hold an transaction in table/records, the other working 
thread(transactional, both Read/Write) will wait until the first 
transaction is committed. this behavior is undesirable in high concurrency 
environment(which will exhaust all database connection of pool and finally 
throws some exception, because all connection obtains from pool previous is 
wait(blocked) to execute).

so does MVStore resolve such problem and can working fine when set MVCC and 
MULTI_THREAD to true?

-- 
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 http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to