Relational Database Management System (RDBMS) Question:
What is a checkpoint and When does it occur?
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 Question | Next Question |
What are the different phases of transaction? | What is a Phantom Deadlock? |