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 |
Name the different type of processing based on the steps that you know about?
How Does MAXCORE works?
I am having 10 records in i/p file,and i want to load only one record at a time to the output file.Then how can i do it?
How to replace last 4 digits of an input column with XXXX given input column has 12 digits?
What is the difference between look-up file and look-up, with a relevant example?
How can we test the abintio manually and automation?
What are the operations that support avoiding duplicate record?
What are the different versions and releases of ABinitio ?
How can you increase the number of ports of your output flow? What is the limit? Can i have 20 out ports?
How to compare two dmls in abinitio
What is m_dump?
What do you understand by overflow errors?