1 1 vote Thoma’s-write rule is Two phase locking protocol Timestamp ordering protocol One phase locking protocol Sliding window protocol Databases ugcnetsep2013ii databases transaction-and-concurrency + – go_editor 2.3k views answer comment Share Follow Print See 1 comment 1 1 comment reply Prashant. commented Jul 21, 2016 reply Follow flag It is thomas not thoma's 0 0 replyShare Please log in or register to add a comment.
0 0 votes The Thomas write rule is a rule in timestamp-based concurrency control. Reference:- https://en.wikipedia.org/wiki/Thomas_write_rule LeenSharma answered Jul 21, 2016 LeenSharma comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes Answer B Explanation of Thomas write rule It is timestamp-based concurrency control. It states that, if a more recent transaction has already written the value of an object, then a less recent transaction does not need perform its own write since it will eventually be overwritten by the more recent one. Label each value with a write timestamp (WTS) WTS indicates the timestamp of the last transaction to modify the value. If the write timestamp of the object is greater than the time stamp of the transaction performing a write,, the write is discarded sh!va answered Jul 21, 2016 sh!va comment Share Follow 0 reply Please log in or register to add a comment.