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 |
how many types of project we can create in Abinitio? I mean public,private.......etc?
what is the difference between usersandbox,privatesandbox,publicsandbox,commonproject sandbox?
Input - Name|city |startyear Rahul |Mumbai|2010 Rahul|kolkata|2014 Rahul|Delhi|2018 Output should be- Name|city |startyear|endyear Rahul |Mumbai|2010|2014 Rahul|kolkata|2014|2018 Rahul|Delhi|2018|9999
Have you ever encountered an error called “depth not equal”?
What is the difference between reformat and redefine format?
What is the role of co-operating system in abinitio?
Can sorting and storing be done through single software or you need different for these approaches?
How you can create cross joined output using join component ?
How to calculate total memory used my a graph?
Describe the Evaluation of Parameters order.
After completion of graph what is the next process to perform? who will perform the later process?
what does layout means in terms of Ab Initio?