1,499 views

1 Answer

Best answer
3 votes
3 votes

both are true! 
1. a younger transaction has already read the data item, so older transaction is not allowed to update it.
2. a younger transaction has already written the data item, so older transaction is not allowed to write it. 

Basic Timestamp ordering protocol:

selected by

Related questions