Checkpoint Method

BerkeleyDB

Overload List

  NameDescription
Checkpoint()()()
Flush the underlying memory pool, write a checkpoint record to the log, and then flush the log, even if there has been no activity since the last checkpoint.
Checkpoint(UInt32, UInt32)
If there has been any logging activity in the database environment since the last checkpoint, flush the underlying memory pool, write a checkpoint record to the log, and then flush the log.

See Also