Hi,

> you can't use LOG=0
> and expect any durability; the log is what is reprocessed on reconnection
> for transactions that were closed dirtily. LOG=2 logs index and data
> changes; LOG=1 would probably be sufficient (Thomas correct me if my memory
> is faulty). But if you don't LOG, you won't get any changes but those in
> perfectly closed transactions.

That's true. I didn't notice LOG=0 was used.

See http://www.h2database.com/html/grammar.html#setlog  "0: logging is
disabled (faster) ... Warning: It may not be possible to recover the
database if logging is disabled and the application terminates
abnormally."

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to