I develop a product that has extremely high use of H2, and uses the PageStore. We've tried the MVStore but still find some stability issues compared to the the PageStore.
I recommend the most recent stable version of 1.3, which is 1.3.176. If you want to keep using the PageStore (which I recommend), and want the latest bug fixes and performance improvements, then use 1.4.190 but make sure to keep using the PageStore. Do this by adding ";MV_STORE=FALSE" to your JDBC URL. On Friday, 8 January 2016 05:32:31 UTC+1, Reinhold Bihler wrote: > > Hello, > > we are successfully using H2 in one of our products for more then 3 years > now. As customers are using our product with more load and parallel > requests to the H2 db we experienced the "H2 LOB bug" reported here > <https://groups.google.com/forum/#!topic/h2-database/RJpzRTTl_sk>. We are > currently using H2 Version 1.3.164. For testing we upgraded to version > 1.4.187 and do no longer experience the "H2 LOB bug". Just now we saw > that 1.4 is still marked as beta. > > So, to what H2 version should we update? > > Note: We do have several customers with existing H2 1.3.164 databases > which we need to update as seamless as possible. > > Thanks in advance for your response and great work! > > Reinhold > -- 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.
