Computer Science, asked by digansh9713, 1 year ago

Explain how concurrent transactions are recovered.

Answers

Answered by shivanshusingh97
0

Recovery with Concurrent Transaction. Whenever more than one transaction is being executed, then the interleaved of logs occur. During recovery, it would become difficult for the recovery system to backtrack all logs and then start recovering. To ease this situation, 'checkpoint' concept is used by most DBMS.

Similar questions