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 |
Describe the evaluation of parameters order in ab initio?
When we should use 'jobid' for commit table (Output table component??
What is the difference between partitioning with key / hash and round robin?
. What is dynamic lookup ?
how to create a new mfs file? where will we specify the number of partition eg 4 way ,8 way?
How to execute the graph from start to end stages? Tell me and how to run graph in non-Abinitio system?
How to get DML using Utilities in UNIX?
Explain what is the architecture of abinitio?
Explain the methods to improve performance of a graph?
. How can you run a graph continuously without using continuous components ?
Mention what is rollup component?
What is local and formal parameter?