what happend with out using Commit,when closing cursor and
program?
Answer Posted / vish
True that we should Explicitly COMMIT the data instead of
depending on auto comit. But COMMITing after every
insert/update of data is not a very good option. Explicit
COMMIT incurs an overhead and makes the processing slow. So
if we are inserting/updating a large number of data into
table, COMMIT after every such update will make the Job
very slow, which in most of the cases, is not preferrable
for production Jobs. In fact, the COMMIT frequency should
be chosen very carefully for every program (please note we
should not have a common COMMIT frequncy for all the
programs as the data being proceesed by different programs
will be different and hence their importance & time to re-
process them also differs) keeping in mind that neither the
performance should be degraded nor the data should be lost.
Suggesstions are Welcome!!
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between using bind () and rebind () methods of naming class?
what is diffrence b/w file-aid tool and file-aid utility???
What is buffer pool in the db2 database?
How do I import a csv file into db2?
How to view db2 table structure?
Can there be more than one cursor open for any program?
How to get the ddl of a table in db2?
What is the reason behind not using select * in embedded sql programs?
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?
What is the cobol picture clause of the db2 data types date, time, timestamp?
What do you mean by cursor?
Explain correlated sub-queries.
What is a cursor in programming?
How can you find out the # of rows updated after an update statement?
What is the usage of open cursor command?