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 / 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 |
What is the difference between reformat and redefine format?
How you can run a graph infinitely in ab initio?
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?
How to create project (public,private,common,client) what are the differences between them?
what is SSH?What is the differences between the SSH,SSH1,SSH2?
What does dependency analysis mean in Ab Initio?
What are the features of ab initio?
what is difference between fuse and join? Explain in detail? In which scenario we will use them?
What are differences between different gde versions(1.10,1.11,1.12,1.13and 1.15)?
why Skew should always be 0 ? How to use in abinitio graph?
Hi friends, i have input like below naresh 10,20 suresh 30,40 i want out put like naresh 10 naresh 20 suresh 30 suresh 40 please help me thank you
Mention what information does a .dbc file extension provides to connect to the database?