difference betwween check point and phase?
Answers were Sorted based on User's Feedback
Answer / freak.abinitio
check point is the recovery points created.........whenever the graph fails in middle. we can get the data from the failed checkpoint and try to execute it from that point after the correction.
phase:when graph created with phases part of memory will allocated to each phase one by one..[memory managment] phase will always be runing one after the other.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / md
Using checkpoint if graph fails you can process rest of the
process from the point where it abended.
using Phase you need to run whole graph again. even ur
intermediate files will also get deleted.
| Is This Answer Correct ? | 1 Yes | 4 No |
What is meant by Co > Operating system and why it is special for Ab-initio ?
Explain what is sort component in abinitio?
What is broadcasting and replicate?
How might you quantitatively measure an improvement made to a query?
Why creation of temporary files depends on the value of MAX CORE ? How to use in abinitio graph? 10. What is the diff between abinitiorc and .abinitiorc files ? How to use in abinitio graph? 11. What is the use of allocate()? How to use in abinitio graph? 12. What is use of branch in EME ? 13. How you can break a lock in EME ? How can you lock a file so that only no one other than EME admin can break it ? How to use in abinitio graph? 14. When you should be using ablocal() ? How you can use ablocal_expr? How to use in abinitio graph? 15. Why you should not keep the layout as 'default' for input table component ? How to use in abinitio graph? 16. What is dynamic lookup ? How to use in abinitio graph? 17. What is dependent parameter ? How to use in abinitio graph? 18. What is BRE ? (Business Rule Environment - This is a recent addition in abinitio package) How to use in abinitio graph? 19.What is output index ? How to use in abinitio graph? 20. How you can track the records those are not getting selected from ‘select’ in reformat component ? How to use in abinitio graph? 21. Can we have more than one launcher process for a particular graph ? How about agent ? How to use in abinitio graph? 22. There are lot of new fuctions added in 2.15 , you can ask about them ? How to use in abinitio graph? 23. How can you run multiple instances of a graph in parallel? How to use
What is EME?What is GDE?What is Co-operating system?What is the link between all these?Please explain elaborately.
Code check-in and check-out commands in AbInitio
what is deeup in unique only?
What is a look-up?
What is the DynamicScriptGeneration and what is the Use?
You can ask about different vector functions. How to use in abinitio graph?
Difference between private project parameters ,public project parameters and common project parameters?