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 is abinitio?
what is the project environment(for each project the environment is same or different to different project)?
What is the purpose of having stored procedures in a database?
What will be the output when a file with 0 records is connected as input to a reformat and an output file? Note that in reformat we have assigned hardcoded values to output columns.
What is the use of aggregation when we have rollup as we know rollup component in abinitio is used to summarize a group of data record? Then where we will use aggregation?
What is broadcasting and replicate?
What are the functions of the replicate and dedup component?
What is the core of co> operating system?
Name the different type of processing based on the steps that you know about?
Explain how you can run a graph infinitely in ab initio?
What a local lookup is?
Describe the grant/revoke ddl facility and how it is implemented?
What are “business rules” in ab initio business rules environment (bre)?
How to add default rules in the transformer?
What is flow buffering ? How it reduces the chances of having deadlock ? How to use in abinitio graph?