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 Posted / 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 |
Post New Answer View All Answers
What do you know about partition and also tell us about partition components in abinitio?
What is the function that transfers a string into a decimal?
Describe in detail about lookup?
What exactly do you know about the typical data analysis?
Explain what is sort component in abinitio?
How can you SORT an already partitioned (round-robin) data ? How to use in abinitio graph? 3. How internally partition by key decides which key to send in which partition ? How to use in abinitio graph? 4. What is PDL ? Give him a shell type parameter and ask him to convert it to PDL. How to use in abinitio graph? 5. As shell type parameters are not supported by EME, then how you can use shell type parameter (If you don't want to use PDL) without hampering lineage diagram ? How to use in abinitio graph? 6.How you can generate dml from a COBOL copy book ? How to use in abinitio graph? 7. How you can convert from ebcdic to packed decimal ? How to use in abinitio graph?
What are the fundamental blocks of co> operating system of ab initio?
Describe what the SQL Server tempdb and tlog files are used for?
What are the differences between informatica and abinitio?
What is a data processing cycle and what is its significance?
What do you mean by the term data warehousing? Is it different from data mining?
What do you mean by the term data warehousing?
Hi friends, what are the new features in abinito3.0?
Describe the evaluation of parameters order in ab initio?
What information does a .dbc file extension provides to connect to the database?