in Databases
651 views
2 votes
2 votes

Which of the following are RECOVERABLE schedules

in Databases
651 views

4 Comments

I dont know exact answer so I asked..
0
0
ALL ARE RECOVERABLE RIGHT ????
0
0
0
0

1 Answer

1 vote
1 vote
I think that all of them are recoverable because if a transaction Ti reads a value written by transaction Tj then Tj should commit before Ti.

If Ti commits first and error occurs before commitment of Tj then it will not be possible to redo Ti.

So in above question, T2(Which is reading value written by T1) is not committing in any of the case, so we can redo it if error occurs.

Related questions