Hi Thomas, Thanks .
So, does that mean in case of a potential crash, derby might just loose less data. I dont think so due to slight indeterminate nature of hardware problems OS and then the programs themselves ... Default mode ... turn on MVCC and then H2 is more durable and/or reliable? Regards Sagar On Oct 19, 11:48 am, Thomas Mueller <[email protected]> wrote: > Hi, > > So whether I use Derby or H2, would Murphys laws equally apply to > > > both? > > Basically yes. There are a few differences: the amount of potentially lost > data might be different, and the risk might be different (also due to > performance: if the database is 10 times slower then the amount of lost data > is almost certainly also 10 times smaller). > > But there is a certain risk for both Derby and H2 (when using the default > mode for both databases). > > 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.
