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 / ramnana
Phases divide the graph in to parts and executes one after the other to reduce the complexity and encounter deadlocks.
check points are like intermediate nodes which saves the data in to the disk permanently.We have to manual delete the data if we have checkpoints.If we have a successful checkpoint we can always roll back and rerun the graph from that point in case of a failure.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How can you force the optimizer to use a particular index?
Have you used rollup component? Describe how.
State the working process of decimal_strip function?
Input Data: AAABBBCC CCAAABB expected output A3B3C2 A3B2C2 How can I achieve this in Ab initio? where In output count of occurrences should be sorted from high to low
What is common among data validity and data integrity?
Explain the difference between the truncate and delete commands?
What is a partition and what are the different types of partition components in abinitio?
What is the max core of a component?
Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?
What is the function you would use to transfer a string into a decimal?
What you can store, manage and reuse centrally in ab initio enterprise meta>environment (eme)?
Explain data flow graph with an example?
How to add default rules in transformer?
What do you mean by a transaction file?
What a local lookup is?