wt is Dynamic lookup Transformation?
when we use?how we use?
Answers were Sorted based on User's Feedback
Answer / ashis
When we use dynamic lookup the process is as follows:
1. When the first record is read from the lookup
table/flatfile, server keeps the value in the RAM also the
same information is written into two auto generated files
(having random names, forgot the type, hope it is something
related to index and cache).
2. When the next record comes for lookup, first the record
is searched in the RAM or created file based on the
conditions used in lookup condition.
3. If not found then searched in the Lookup table.
4. In case of dynamic lookup once value is fetched from the
source with modified fields it will be updated in the RAM
or autogenerated file for further lookup for same key
values, before the completion of the session.
(Example:- in case if emp_id 101 got modified more than one
time between the two runs).
5. In case of static lookup. It will always look into the
already existing value in the lookup table.
Is This Answer Correct ? | 24 Yes | 6 No |
Answer / padmavathi
What Ashis told is Exactly correct apart of this Actually
when lookup table contains less data then we will go for
the Dynamic Lookup cache, performance increases.If large
data is there means its better to go for static cache.
Is This Answer Correct ? | 20 Yes | 6 No |
Can I create one wrkflw which will run different wrkflws on schedule time?
when we dont use aggregator in mapping ?
What is aggregate awareness?
my source contain data like this eno ename phno 100 john 9989020508 101 ram 7246599999 i want to load the data into target is eno name phno 100 john (998)-9020-508 102 ram (724)-6599-999.
How do you update the records with or without using update strategy?
What is meant by target load plan?
Explain pushdown optimization $pushdownconfig parameter - informatica
What the difference is between a database, a data warehouse and a data mart?
How union transformation is active ?
In what scenario we use to improve session performance by pushdown optimization?can any one give example?
i have an aggregater in my mapping and no group by port on any column and i ampassing 100 rows through aggregater,so how many rows i will get as out put from aggregater
How can we trouble shoot the commas in a column of a comma delimited flat file in Informatica