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 / 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 |
What is the difference between look-up file and look-up, with a relevant example?
Hi friends, i have input like below naresh 10,20 suresh 30,40 i want out put like naresh 10 naresh 20 suresh 30 suresh 40 please help me thank you
What is the role of co-operating system in abinitio?
Code check-in and check-out commands in AbInitio
What are the Types of parallelism in detail?
wt is meant by repartioning in howmany ways it can be done.
What is the difference between dml expression and xfr expression?
In abinitio, what types of parallelism are used?
What is the return type of lookup_not_loaded() ? Does it return 0 or 1 to signify true or false or does it return index ...can someone please explain.
What are the components new in 2.14 compared to 1.8 and State the usage of the components?
How do you add default rules in transformer?
what is deeup in unique only?