The company I work for has more than one thousand servers running H2 embedded in our main app on Java 1.8. They run 24x7x365. We still run a late 1.3.x build using PageStore with one performance tweak I brought up about long running transactions that didn't make it into the code. We haven't had stability issues.
Our usage is pretty basic. Not a lot of tables, not a lot of rows, the bulk of the work on these machines is updates to 3-4 tables for handling of and keeping stats on connected clients. We haven't done much testing with 1.4.x or switching to the new engine so I can't comment there. It is hard to get folks to update a nicely working tool when we don't absolutely need it. -Ken On Friday, October 23, 2015 at 11:59:59 PM UTC-5, Slim Slam wrote: > > I'm noticing in the H2 FAQS here: > > http://www.h2database.com/html/faq.html#reliable > > It says that the some of "The areas that are not well tested are: > > ...JVMs other than Sun 1.6 or 1.7 > 24/7 operation" > > So H2 is potentially a questionable choice for a production scenario where > it's > running 24/7 or uses Java 8 ? > > J > -- 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.
