On Sat, Oct 27, 2012 at 3:55 PM, Adam McMahon <[email protected]> wrote:
> I just want to make sure that I understand how to use the "CHECKPOINT SYNC".
> Assuming I use the default durability and the defualt ACCESS_MODE_DATA, then
> I can simply call CHECKPOINT SYNC after an important update/insert.   And
> that is it?  I understand that there are still no absolute guarantees with
> this, but this seems like it should work.

That's pretty much it, yes. Just be warned that this will stall other
concurrent operations, so it might impact what other connections are
doing.

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