Describe the effect of the "checkpoint" t-sql statement?
Answer / anonymous
checkpoints are normally used for the graph recovery.
if we are loading a large volume of data and the graph gets failed, so instead of rerunning the whole graph we can execute the graph from the last executed checkpoint.
it saves time and loads the data from the point where it failed.
checkpoints saves the intermediate files during the graph execution.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain the methods to improve performance of a graph?
What are differences between different gde versions(1.10,1.11,1.12,1.13and 1.15)?what are differences between different versions of co-op?
What are the reasons for which business can trust the approach of data processing?
what are the steps in actual ab initio graph processing including general,pre and post process settings?
What are the prioritized Rules in as Transform function
To which project that prefix will set is to private project or public project or both?how and where to set?
How do we handle if DML changing dynamicaly?
5 Answers GE, HP, IBM, Mannar Company,
Can you use scan to generate sequence number ? How to use in abinitio graph?
What is m_dump?
Tell us about the architecture of abinitio.
I installed AbInito in my PC.In components there is no "select" component.How can i get that component?and How we can create user defined components?
what is the difference between i)public ii)private iii)common and client projects?