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.



what is difference between chk point n phase.Say im loading a file (containig 1 lakh records) and m..

Answer / madhugreddy

After specifying Check points if a graph fails at one
particular point,then by making necessary modifications at
that point we can make the graph run, instead of running the
graph from the beginning.
If there are several branches in a graph we can specify
Phases for each branch, so that after the completion of
successive branch only the next phase execution starts.So
that the processing will be reduced and the performance will
be increased.

You cant run from 51000th record if all the 1 lakh records
are in a single file.The graph should run from 1st record.

It can be achieved if there are different comtonents holding
1 lakh records.

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More Ab Initio Interview Questions

How can you increase the number of ports of your output flow? What is the limit? Can i have 20 out ports?

2 Answers   IBM,


What will be the skew for, input file->partition by key-> partition by round robin->output file

0 Answers  


Can anyone give me an example of realtime start script in the graph?

0 Answers  


what are kinds of layouts does ab initio supports ?

4 Answers  


what does layout means in terms of Ab Initio?

3 Answers  






In MFS i developer developed 2-way, but supporters r supporting 4-way on same records how is possible?

4 Answers   IBM,


What parallelisms does Abinitio support?

0 Answers  


Explain the methods to improve the performance of a graph?

1 Answers  


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.

1 Answers   IBM,


Hi friends if u don't mind i want one question What abt READ MULTIFILE COMPONENT? PLZ GIVE BRIEFLY?

2 Answers  


Can any body give the PDL with example?

1 Answers   Cap Gemini,


Have you used rollup component? Describe how.

0 Answers  


Categories