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 |
How to load a Dimension ? and how to load a fact table?
what are the unix commands to start the wrk flow ?
What are the informatica performance improvement tips
What if the source is a flat-file?
How can one know that a table has indexes and is partitioned? How data will be pulled from Partitions in Oracle for Informatica?
what is diff b/t sorter t/r and agg have the option sorter property...
Tell me one complex query in oracle ?
How to call shell scripts from informatica?
Dimension Object created in Oracle can be imported in Designer Cubes contain measures
What is meant by target load plan?
I am Unable to load the FixedWith FlatFile Into The Target.What Is The Reason. PLZ Help Me..
HOW TO JOIN THE 2 FLAT FILES WITHOUT USING JOINER AND LOOKUP?