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
Explain what is the architecture of abinitio?
what is the project environment(for each project the environment is same or different to different project)?
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.
Explain how abinitio eme is segregated?
When using multiple dml statements to perform a single unit of work, is it preferable to use implicit or explicit transactions, and why?
What is a data processing cycle and what is its significance?
Do you think effective communication is necessary for data processing?
How can we increase the loading performance of oracle table in AbInitio?
how will i can implement Insert a new record (if not present in Input file),Update the record (if present in input) a csv file in Abinitio
What are the features of ab initio?
Mention what is the syntax for m_dump in abinitio?
What is the function that transfers a string into a decimal?
What are the functions of the replicate and dedup component?
What is publickey and private key?what is the use of this two keys?
Explain about ab initio’s dependency analysis?