Optimistic concurrency control: Difference between revisions

Content deleted Content added
Web usage: opaque token -> opaque token -- this is an important concept
No edit summary
Line 18:
 
When conflicts are rare, validation can be done efficiently, leading to higher throughput than other concurrency control methods.{{Fact|date=February 2007}} However, if conflicts happen often, the cost of repeatedly restarting transactions, hurts performance significantly — other [[non-lock concurrency control]] methods have better performance when there are many conflicts.
 
==Web usage==
 
Line 34 ⟶ 33:
==See also==
*[[Opportunistic Locking]]
 
[[Category:concurrency control]]