Optimistic concurrency control: Difference between revisions

Content deleted Content added
Revert to the revision prior to revision 193035793 dated 2008-02-21 14:25:45 by 12.38.10.195 using popups
Citations needed
Line 17:
</ol>
 
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 &mdash; other [[non-lock concurrency control]] methods have better performance when there are many conflicts{{Fact|date=February 2007}}.
 
==Web usage==