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
What are the features of ab initio?
What is the architecture of abinitio?
What is publickey and private key?what is the use of this two keys?
How data is processed and what are the fundamentals of this approach?
We know rollup component in abinitio is used to summarize group of data record then why do we use aggregation?
Mention what is abinitio?
What information does a .dbc file extension provides to connect to the database?
What do you understand by a cartesian join?
Suppose you find the term validation mentioned with a set of data, what does that simply represent?
How co>operating system integrates with legacy codes?
Within a cursor, how would you update fields on the row just fetched?
When we should use 'jobid' for commit table (Output table component?? How to use in abinitio graph?
What are the differences between different versions of co-op?
What is the syntax for m_dump in abinitio?
Describe the grant/revoke ddl facility and how it is implemented?