Why do you need to use READ_COMMITTED at all? Are we not fast enough without it?
On 2014-09-16 10:57 PM, cowwoc wrote:
Hi Noel, This is already I what I do (in SERIALIZABLE mode). If you were to run the same in READ_COMMITTED mode you could get a conflict on that last INSERT. The problem with DUPLICATE_KEY_1 is the following:
-- 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.
