difference betwween check point and phase?
Answers were Sorted based on User's Feedback
Answer / freak.abinitio
check point is the recovery points created.........whenever the graph fails in middle. we can get the data from the failed checkpoint and try to execute it from that point after the correction.
phase:when graph created with phases part of memory will allocated to each phase one by one..[memory managment] phase will always be runing one after the other.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / md
Using checkpoint if graph fails you can process rest of the
process from the point where it abended.
using Phase you need to run whole graph again. even ur
intermediate files will also get deleted.
| Is This Answer Correct ? | 1 Yes | 4 No |
Pdl with an example?
what is the output when -1 is put in select_expr of FBE?
Why might the optimizer use a table scan when an index is available?
Is it possible to create a parameter in the component?
How can you find the 2nd Highest salary in a file department wise in abinitio?
What is the language used in Ab Initio ?
How do you improve the performance of a graph?
Have you eveer encountered an error called "depth not equal"?
how to create a new mfs file? where will we specify the number of partition eg 4 way ,8 way?
) How can you count the total no .of records in the specified partition in the Multifile?
what is difference between chk point n phase.Say im loading a file (containig 1 lakh records) and my graph fails after loading 50,000th record.What is the advantage of using check point in this case. Will i be able to start from 51000th record.
Explain batch processing in ab initio?