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 brodcasting and replicate?
Hi friends i have 3 input files 1 is country file(cid,cname) 2 is State file(cid,sname) 3 is populate file(pid,sid,Adress) I want (cname & total poplation) how i can get the output please help me Thank you
What happens when we provide null key to sort, merge and pbks in Abinitio ?
When using multiple dml statements to perform a single unit of work, is it preferable to use implicit or explicit transactions, and why?
How can we RUN a graph in UNIX?
I wanted to learn Ab Initio, Could you please send the material to my personal email id.
If I delete 1 partition (in 8 partition multifile) and run the graph. Will the graph run successfully?, If not what error I'm going to get.
Explain about ab initio’s dependency analysis?
How does the bre work with the co>operating system?
Which component breaks the pipe line parallelism in graph?
What is the diff between abinitiorc and .abinitiorc files ?
Within a cursor, how would you update fields on the row just fetched?