Hi,
I wanted to make sure that long running queries/transactions would not
block other users from blocking the database.
I assume there are 2 ways to go about this: MULTI_THREADED and MVCC.
According to docs neither setting is considered stable yet
MULTI_THREADED: "Currently, enabling this is experimental only."
MVCC: "MVCC feature is not fully tested yet."
Which one of these would be more stable and result in better concurrency?
- rami
--
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.