. What is dynamic lookup ?
Answer / krushna
Static lookup gets loaded in memory while running graph and remains in memory till the complete execution of graph even if you have not used any lookup functions in transform or graph.
But dynamic lookup gets loaded only when lookup function is encountered. This results in save memory and improve performance. You can load lookup whenever needed and unload it. For dynamic lookup abinitio has LOOKUP TEMPLATE component.
| Is This Answer Correct ? | 6 Yes | 0 No |
Where $mpjret is used in ab-initio?
What are the operations that support avoiding duplicate record?
Suppose we assign you a new project. What would be your initial point and the key steps that you follow?
How to convert a single column values 1 2 3 4 to single row of 4 columns ? And vice-versa
Explain PDL with an example?
What are the kinds of layouts does ab initio supports?
How abinitio eme is segregated?
What a local lookup is?
Why do you think data processing is important?
What is the difference between sandbox and EME?
. What is adhoc multifiles? How to use in abinitio graph?
. What is dynamic lookup ?