UNDO_LOG controls rollback, and LOG controls durability? Is that right? If I'm doing inserts that should be atomic, but the data is already persisted elsewhere, can I safely set LOG=0? If we lose power I don't care that h2 drops data on the floor, so long as it's atomic. I can detect that the data needs to be reloaded. If it is only half loaded, though, I have problems.
-- 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.
