what is check point and restart Logic ? why do we go for
that ??
Answer Posted / milky
Checkpoint-Restart logic is used when your program performs
a large number of database updates or inserts. If you want
to process and insert say 1000 records in a table, and your
program abends at 726th record, then if the checkpoint
frequency has been set to 100, then, on restart the program
will start processing from 701th record as each processing
of 100 records results in a COMMIT.
| Is This Answer Correct ? | 68 Yes | 5 No |
Post New Answer View All Answers
What is rebind in db2?
How to execute stored procedure in db2 command editor?
What is null in db2?
What is clone table?
How to compare data between two tables in db2?
How do I copy a table in db2?
What is the use of predicate?
How connect db2 database to datastage?
What is syscat in db2?
What are the various isolation levels possible?
What is a Foreign Key?
How do I import data from excel to db2?
What is load replace in db2?
What is cascading rollback?
What is iseries database?