Subject | Re: Snapshot Isolation in A Critique of ANSI SQL Isolation Levels |
---|---|
Author | Thomas |
Post date | 2010-10-16T08:07:50Z |
> My specific question is whether any system actually collectsNot sure I understand the question completely, but wouldn't a DBMS that allows deferred constraints need to do exactly that?
> potential conflicts and analyzes them at commit time rather
> than recognizing the conflict on update and resolving it by
> requiring the second concurrent transaction trying to update
> or delete a row to wait for the outcome of the first transaction?
Thomas