What is check pointing, sync point?
Answers were Sorted based on User's Feedback
Answer / pranav
Checkpoint is synonymous to Sync point, commit point or
point of integrity. Whenever a checkpoint is issued all the
records are committed and after a checkpoint system is in a
stable state. A checkpoint record entry is written to the
Log file and also generates a checkpoint ID which is used
for restarting the job from a particular checkpoint.
Database changes before the most recent checkpoint are not
reversed by backward recovery.
Database changes logged after the most recent checkpoint are
not applied to an image copy of the database during forward
recovery.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / srikar
check point is the one which will holds the last abended
record address,so that when ever the job got abended we can
restart the job from the abended record with using the
check point.
sync point is nothing but a commit if you issue a sync
point after 100 records,those 100 records will be committed
after that if at all job got abended
Is This Answer Correct ? | 9 Yes | 4 No |
What are the retrieval sequences in ims db?
What are the parameters used in CBLTDLI call?
What is batch dl/i mode?
What information does a psb contain?
Which DB access method (OSAM or VSAM) is used for primary index or secondary index and why?
What is the difference between SIBLINGS and TWINS in IMS-DB database
What is dl/i?
What do you mean by hierarchical database?
What is the maximum number of fields allowed per segment and what is the maximum number of fields per database?
What is Program Isolation?
What information does a dbd contain?
What is difference between concurrent image copy and online image copy?