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


Please Help Members By Posting Answers For Below Questions

What would be the next step after collecting the data?

830


How to add default rules in the transformer?

816


Difference between output_index and output_indexes in reformat

860


What is the difference between sandbox and EME?

796


What is data mapping and data modelling?

1080






Do you think effective communication is necessary for data processing?

845


We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?

907


What are the different types of parallelism used in abinitio?

711


What is a partition and what are the different types of partition components in abinitio?

855


What is the difference between partitioning with key / hash and round robin?

732


What is the function that transfers a string into a decimal?

772


What is conduct>it?

733


what is the output when -1 is put in select_expr of FBE?

1057


How you can run a graph infinitely in ab initio?

938


what is the difference between usersandbox,privatesandbox,publicsandbox,commonproject sandbox?

3509