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 would be the next step after collecting the data?
How to add default rules in the transformer?
Difference between output_index and output_indexes in reformat
What is the difference between sandbox and EME?
What is data mapping and data modelling?
Do you think effective communication is necessary for data processing?
We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?
What are the different types of parallelism used in abinitio?
What is a partition and what are the different types of partition components in abinitio?
What is the difference between partitioning with key / hash and round robin?
What is the function that transfers a string into a decimal?
What is conduct>it?
what is the output when -1 is put in select_expr of FBE?
How you can run a graph infinitely in ab initio?
what is the difference between usersandbox,privatesandbox,publicsandbox,commonproject sandbox?