Subject Re: [firebird-support] two/more "non-conflicting" updates?
Author Ann Harrison
David wrote

>D> Suppose the update by client #1 is increasing the value of a numeric
>D> field by 1 (e.g. 5 becomes 6). And the client #2's update is of the
>D> same operation. In other words, the two updates are non-conflicting.
>
In a sense they're non-conflicting, but in another sense they're not.
Suppose client #1 rolls
back his transaction. How does the system know that it should change
the value from 7
to 6?

>Nando Dessena wrote:
>...
>Then, assuming the transactions are short-lived enough, I believe it
>would be very rare to get an error in no_wait mode, and impossible in
>wait mode.
>
You wouldn't get an error from a wait/read-committed transaction. A
consistent transaction
will return an error in either case. But you're right, the secret is
keeping update transactions
short.

Regards,


Ann