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 |
How can you view the data in the Multifile
What is the difference between rollup and scan?
Why do you think data processing is important?
What are the different String functions used in Abinitio?
How to replace last 4 digits of an input column with XXXX given input column has 12 digits?
Mention some file extensions which are used in abinitio?
what is the use of catlog or catlogfile?
I installed AbInito in my PC.In components there is no "select" component.How can i get that component?and How we can create user defined components?
What is the use of the co> operating system in ab initio?
What is the difference between look-up file and look-up, with a relevant example?
Explain what is de-partition in abinitio?
How do you convert 4-way mfs to 8-way mfs?