Unfortunally in my application I've a good degree of concurrency and I need the mvcc mode. I turn back from Mvstore to PageStore due to the instability of Mvstore.
In short, if I need row level lock and a good reliability what version of H2 I should use and with which settings? Thanks 2015-03-18 19:06 GMT+01:00 Noel Grandin <[email protected]>: > This is probably an issue with mvcc mode. Unfortunately we are unlikely to > fix it because mvcc mode is going to be replaced by the MVStore engine. > > For now I would suggest that you run without mvcc mode. > > On Wednesday, 18 March 2015, Daniele Renda <[email protected]> > wrote: > >> The db url was disabled; here <http://phonexweb.it/db.h2.zip> the new >> link to the file. >> >> Thanks >> >> -- >> 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. >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "H2 Database" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/h2-database/0NqMImiNIN0/unsubscribe. > To unsubscribe from this group and all its topics, 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. > -- Daniele Renda -- 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.
