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.
