in Databases
974 views
2 votes
2 votes

I know that this is Conflict serializable and i know all schedules which are Conflict serializable are also view serializable

But still wanted to know what is the view serializable sequence?

in Databases
974 views

1 Answer

3 votes
3 votes
Best answer

Well, clearly all the transactions are reading the initial value of A, so w.r.t. READing any transaction can come to first position

BUT

the last Write on B is from T4, so Tmust be last.

This gives (any combination of T1 T2 T3)  $\rightarrow$  T4 .

selected by

2 Comments

I know the rules to check view serializability but initial read is happening on A and final write is on B.does that ok while checking for conditions?
0
0
Have a look, edited !
0
0

Related questions

1 vote
1 vote
1 answer
2