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.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is sandbox?

631


Mention some file extensions which are used in abinitio?

616


How can I run the 2 gui merge files?

696


Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?

534


what is the difference between usersandbox,privatesandbox,publicsandbox,commonproject sandbox?

3369






What do you mean by the overflow errors?

740


How to add default rules in transformer?

683


Can you explain data flow graph with an example?

710


Explain what is the architecture of abinitio?

668


Can you explain the co>operating system’s processing model?

607


What are differences between different gde versions(1.10,1.11,1.12,1.13and 1.15)?what are differences between different versions of co-op?

593


Can some tell me at which level pdl gets resolved when parameters are resolved in abinitio? Also what happens in dml evaluation during parameter evaluation ?

765


What are the benefits of data analyzing?

668


How to execute the graph from start to end stages? Tell me and how to run graph in non-Abinitio system?

721


What information is provided by .dbc file extension for connecting to the database?

701