CHECKPOINT (bSQL) | Blockpoint Docs
Generates a manual checkpoint in the bSQL database log to which you are currently connected.
Syntax​
CHECKPOINT
General Remarks​
- A checkpoint removes atomic log records to free storage and writes log data to speed up the next recovery.
- Checkpointing is also done automatically given that the log reaches a certain threshold.
- Checkpointing doesn't affect the ability to rollback and can be run at any time.