How to determine the whether the transaction is conflict-serializable or not?

前端 未结 0 1229
忘了有多久
忘了有多久 2020-12-31 03:00

I\'ve the following question:

read(T1, x)
read(T2, x)
write(T1, x)
write(T2, x)
commit(T1)
commit(T2)

State whether the schedule

相关标签:
回答
  • 消灭零回复
提交回复
热议问题