More than that. Transaction is one of the big topic on RDBMS. This per attribute update breaks row level consistency.
Kevin Dangoor wrote: > Here's an example: > > foo.bar = "Hello" > > results in some SQL like: > > UPDATE Foo SET bar = 'Hello' where id=5 > > That gets sent on to your database server. > > Some people are concerned about the amount of traffic to the database > server if you end up not committing those changes. > > Kevin

