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 |
Mention what is a partition and what are the different types of partition components in abinitio?
How you can create cross joined output using join component ?
Within a cursor, how would you update fields on the row just fetched?
what is the difference between i)public ii)private iii)common and client projects?
What are differences between different gde versions(1.10,1.11,1.12,1.13and 1.15)?
Can anyone give me an exaple of realtime start script in the graph?
What do you mean by the term data warehousing?
How to migrate the code FROM development to QA and QA to production?
What exactly do you understand with the term data processing and businesses can trust this approach?
what is the difference between ab_work_dir and .work
How you can run a component for certain conditions ?
what is the project environment(for each project the environment is same or different to different project)?