Computer Science, asked by anmolrattang, 9 months ago

Explain Recoverability in Transaction Management in detail. Give examples.​

Answers

Answered by Anonymous
7

Schedules in which transactions commit only after all transactions whose changes they read commit are called recoverable schedules. In other words, if some transaction Tj is reading value updated or written by some other transaction Ti, then the commit of Tj must occur after the commit of Ti.

Similar questions