Computer Science, asked by lalitsarda6547, 1 year ago

Explain log base recovery.

Answers

Answered by tejasjeet
0

Log-based Recovery. Log is a sequence of records, which maintains the records of actions performed by a transaction. It is important that the logs are written prior to the actual modification and stored on a stable storage media, which is failsafe.

Answered by manglam1899
0

Deferred database modification − All logs are written on to the stable storage and the database is updated when a transaction commits.

Immediate database modification − Each log follows an actual database modification. That is, the database is modified immediately after every operation.

Similar questions