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 |
Describe the grant/revoke ddl facility and how it is implemented?
How to move data from developement to testing and testing to production?
1 Answers BitWise, CTS, Satyam, Wipro,
Suppose you find the term validation mentioned with a set of data, what does that simply represent?
What is the difference between a scan component and a rollup component?
Can you read multiple input files using one input file component ?(same DML)
Explain how you can run a graph infinitely in ab initio?
Explain what is de-partition in abinitio?
What is the best way of creating huge test feeds ? How to use in abinitio graph?
what is the difference between the .dbc and .cfg extensions and give any clear information ?
We know rollup component in abinitio is used to summarize group of data record then why do we use aggregation?
Define ramp limit in ab initio?
What is the purpose of having stored procedures in a data-based?