Also at 50:00, why is T2-W(B) and R(B) a conflict? write-read conflict is txn reading data written by another txn that has *not committed* yet. but T1 reads B after T2 writes and then *commit*
@WeiLi-s6i Жыл бұрын
that's a good course
@_4_6322 ай бұрын
So at 47:54, since the definition of a lost update is when a transaction overwrites *uncommitted* data, does that mean T2 - W(B) and T1 - W(B) aren't a lost update because T1 - W(B) happens after T2 - W(B) is committed? Only T1 - W(A) and T2 - W(A) would be considered a lost update, right? Can someone confirm if I understood this correctly?
@yodo-y3i7 ай бұрын
Is this course any different from the one from 2018?