Hi, > So my question is basically, what are the settings that give the best > durability against power interrupts
I think this is already in the documentation. > , given that sacrificing speed is > OK in my application. I would assume that setting WRITE_DELAY=0, using > CHECKPOINT SYNC all around, and using clustering (where practical) > would be the way to go. Is this correct? Yes. > I appreciate that H2's goal is to recover automatically from any kind > of interrupt, but if there are settings that increase the likelihood > of recovery (it isn't 100 % perfect yet, is it?), I would like to use > them. Maybe the easiest way to achieve a very high availability and reliability is to use clustering. Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
