Greetings, I've already consulted H2's documentation about its transaction isolation levels. I've seen that it implements multi-version concurrency control. However, the documentation doesn't make it clear if H2 provides snapshot isolation as proposed by Beresen et. al's critique of ANSI SQL isolation levels (or Serializable Snapshot Isolation, as proposed by Cahill et. al.). If H2 supports this guarantee, how can I configure H2 to enforce it?
Many thanks in advance. -- 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.
