Hi, > But I guess there is nothing new in there, that guards better against > system crashes, power outage and the like, right?
I tested power outage (using a christmas light timer and an old computer). It did cause corrupted databases (not only H2, also Apache Derby and HSQLDB; I didn't test others so far). I'm working on a new storage mechanism (I call it 'page store') that should better protect against such problems. I did have to read a lot about how file systems work, and how they solve such problems (problems like: data was written to the wrong location). However it will take a few more month until the 'page store' is ready to use. 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 -~----------~----~----~----~------~----~------~--~---
