Answer Posted / 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 ? | 5 Yes | 0 No |
Post New Answer View All Answers
In abinitio, what types of parallelism are used?
What is the return type of lookup_not_loaded() ? Does it return 0 or 1 to signify true or false or does it return index ...can someone please explain.
how to insert/update a csv file by comparing it with another csv file?
What are the facts that can compromise data integrity?
What is air-project parameter ?
What is the difference between dml expression and xfr expression?
Is data warehousing different from data mining?
What is conduct>it?
We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?
What is local and formal parameter?
What are differences between different versions of co-op?
What are the different types of parallelism used in abinitio?
can we perform checkin and checkout through sandbox?
What is the core of co> operating system?
What is a cursor? Within a cursor, how would you update fields on the row just fetched?