310 views

1 Answer

2 votes
2 votes
Considering the three conditions that need to be held for schedules to be View Serializable.

The idea behind view equivalence is that as long as each read operation reads the result of same write operation in both schedules, the write operations of each transaction must produce same result.The Read operations are hence said to have the same view in both schedules.

The last condition (Final write) ensure that final write on each data item is same in both schedules, Thus leaving the database in same state in both schedules.

Related questions

1 votes
1 votes
2 answers
1
gatecrack asked Dec 10, 2018
723 views
T1T2R(A) W(A)W(A) IS THIS IS VIEW SERIALIZABLE?PLZ EXPLAIN
2 votes
2 votes
0 answers
2
2 votes
2 votes
1 answer
3
3 votes
3 votes
1 answer
4