SET CHECKPOINT
Enables or disables the checkpoint activity over changed buffers. Syntax SET CHECKPOINT ON|OFF Comments The CHECKPOINT option is set ON by default. When CHECKPOINT is ON, all data changed in transactions successfully committed by users is sent to a checkpoint file which then is later committed to the database. In this way, the server can…
Leia mais