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
can we perform checkin and checkout through sandbox?
What is the difference between formal and export parameter? Export at what secenario we are going to use?
State the working process of decimal_strip function?
What is abinitio?
What is m_dump?
What will be the output when a file with 0 records is connected as input to a reformat and an output file? Note that in reformat we have assigned hardcoded values to output columns.
When we should use 'jobid' for commit table (Output table component??
What is data encoding?
What do you know about abinitio?
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?
Runtime behavior of Normalize and Reformat
Give one reason when you need to consider multiple data processing?
What is a partition and what are the different types of partition components in abinitio?
What are “business rules” in ab initio business rules environment (bre)?
What is broadcasting and replicate?