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 |
Difference between informatica vs ab initio?
what is the difference between usersandbox,privatesandbox,publicsandbox,commonproject sandbox?
Explain what is sandbox?
How data is processed and what are the fundamentals of this approach?
what is difference between fuse and join? Explain in detail? In which scenario we will use them?
Can some tell me at which level pdl gets resolved when parameters are resolved in abinitio? Also what happens in dml evaluation during parameter evaluation ?
What is difference between API
2 Answers CitiGroup, IBM, TCL,
What is a deadlock and how it occurs?
What is the use of the co> operating system in ab initio?
We know rollup component in abinitio is used to summarize group of data record then why do we use aggregation?
) How can you count the total no .of records in the specified partition in the Multifile?
If m loading a file of 1 million records.and the graph fails after loading 10,000 records. In this case if we use rollback command then what will happen?