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

Describe the elements you would review to ensure multiple scheduled batch jobs do not collide with each other?

0 Answers  


What is Is_defined(), Is_null(), Is_Blank()?

1 Answers   TCS,


Do you know what a local lookup is?

0 Answers  


What are the reasons for which business can trust the approach of data processing?

0 Answers  


What are the different types of parallelism used in abinitio?

0 Answers  






How do you improve the performance of a graph?

0 Answers  


How to add default rules in transformer?

0 Answers  


What is the significance of ‘mp run’ command ?

1 Answers   TCL,


How does the bre work with the co>operating system?

0 Answers  


How to create a repository in abinitio for stand-alone system(local nt)?

0 Answers  


Pdl with an example?

0 Answers  


What is .abinitiorc and What it contain?

3 Answers   CSC,


Categories