Answer Posted / prakash balakrishnan
It is the condition, where the graph will stop processing
due to mutual dependency of data.
For Ex:
Let’s consider a concatenate component, having three
inputs. Let’s say first i/p receives 20 million records,
second i/p receives 1000 records, third i/p receives 500
records.
Now even though the concatenate receives i/p’s at second
and third i/p port, the concatenate won’t work until it
receives all the i/p’s at it’s first i/p port. So the
graph’ll stop processing until the first i/p port receives
all its data. This condition is called DEADLOCK.
This is now minimised (not prevented) by “Automated flow
buffering”. This will in turn provide more workspace in
network resource allocation. So that the processing’ll be
faster.
The Automated flow buffering is available from 1.8 version.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What do you understand by overflow errors?
When using multiple dml statements to perform a single unit of work, is it preferable to use implicit or explicit transactions, and why?
What are the different types of parallelism used in abinitio?
explain the environment varaibles with example?
What is the use of the co> operating system in ab initio?
Pdl with an example?
Where $mpjret is used in ab-initio?
What do you mean by the term data warehousing?
What is the difference between look-up file and look-up, with a relevant example?
Describe in detail about lookup?
What are the different forms of output that can be obtained after processing of data?
How do you truncate a table?
Mention some file extensions which are used in abinitio?
Have you used rollup component? Describe how.
What is a local lookup?