recategorized
2,281 views

2 Answers

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
Answer:
Position:
Show:

Related questions

1 1 vote
1 1 answer
2.3k
2.3k views
go_editor asked Jul 21, 2016
2,324 views
Usage of Preemption and Transaction Rollback prevents _____.Unauthorized usage of data fileDeadlock situationData manipulationFile pre-emption
1 1 vote
2 2 answers
2.0k
2.0k views
go_editor asked Jul 21, 2016
1,990 views
Cross_tab displays permit users to view ____ of multidimensional data at a time.One dimensionTwo dimensionsThree dimensionsMultidimensions
1 1 vote
2 2 answers
2.6k
2.6k views
go_editor asked Jul 21, 2016
2,552 views
Views are useful for ____ unwanted information, and for collecting together information from more than one relation into a single view.HidingDeletingHighlightingAll of th...
1 1 vote
2 2 answers
3.2k
3.2k views
go_editor asked Jul 21, 2016
3,248 views
The speed up of a pipeline processing over an equivalent non-pipeline processing is defined by the ration:where $n \rightarrow$ no. of tasks$t_n \rightarrow$ time of comp...