Relational Database Management System (RDBMS) Question:

What is a checkpoint and When does it occur?

RDBMS Interview Question
RDBMS Interview Question

Answer:

A Checkpoint is like a snapshot of the DBMS state. By taking checkpoints, the DBMS can reduce the amount of work to be done during restart in the event of subsequent crashes.


Previous QuestionNext Question
What are the different phases of transaction?What is a Phantom Deadlock?