InterviewSolution
Saved Bookmarks
| 1. |
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. 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. |
|