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 export a component’s internal parameters ?
What exactly do you know about the typical data analysis?
what is the difference between i)public ii)private iii)common and client projects?
Explain the ab initio etl tool in high level?
what is the output when -1 is put in select_expr of FBE?
Mention what are the different types of parallelism used in abinitio?
We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?
How many components in your most complicated graph?
What are the different forms of output that can be obtained after processing of data?
Difference between informatica vs ab initio?
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 function you would use to transfer a string into a decimal?
Give one reason when you need to consider multiple data processing?
What parallelisms does Abinitio support?
How you can run a graph infinitely in ab initio?