‎2008 Feb 04 12:36 PM
Hi all,
Is there any relation between commit work and performance.
Is it useful to use commit work (or COMMIT WORK AND WAIT)to increase performance?
Thanks.
‎2008 Feb 04 12:44 PM
I would say, that COMMIT WORK decreases the performance of a program, because programs usually act within memory and COMMIT WORK stores data to the database, which means, that at least some additional network traffic is produced...