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 / madhugreddy
After specifying Check points if a graph fails at one
particular point,then by making necessary modifications at
that point we can make the graph run, instead of running the
graph from the beginning.
If there are several branches in a graph we can specify
Phases for each branch, so that after the completion of
successive branch only the next phase execution starts.So
that the processing will be reduced and the performance will
be increased.
You cant run from 51000th record if all the 1 lakh records
are in a single file.The graph should run from 1st record.
It can be achieved if there are different comtonents holding
1 lakh records.
| Is This Answer Correct ? | 6 Yes | 1 No |
What is the DynamicScriptGeneration and what is the Use?
Why might the optimizer use a table scan when an index is available?
What are the components new in 2.14 compared to 1.8 and State the usage of the components?
What are the different types of parallelism used in abinitio?
what is decoding & what is NVL?
Describe the process steps you would perform when defragmenting a data table. Does this table contain mission-critical data?
How co>operating system integrates with legacy codes?
Code check-in and check-out commands in AbInitio
What is the best way of creating huge test feeds?
One file contains header,body,trailer records and header in a single row as well as trailer too.How to segregate these header,trailer and body records and once it gets segregated,i want to make the body data in reverse i.e if i have 10 body records,the 10th record should be the first record,9th record should be the second line,etc..
Mention how can you connect eme to abinitio server?
Give one reason when you need to consider multiple data processing?