if i have source with 100 records target with 100 records and we lookup on another database table and it has 10 million record so what is the method of limiting that much record in lookup table?
Answer Posted / ankit kansal
Unconnected Lookup is a better option as It will fire a sequel query whenever it was being called from other transformation using :LKP.lkp_trans(fieldname).
Or
Create a persistence cache for that table if it's not getting updated frequently. and use this cache in different other jobs.
http://deepinopensource.blogspot.in/
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explian the Process of deployment groups in informatica
What is the difference between stop and abort in informatica
What is the format of informatica objects in a repository? What are the databases that informatica can connect to windows?
How to load the name of the current processing flat file along with the data into the target using informatica mapping?
How to differentiate between the active and passive transformations?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
Briefly define reusable transformation?
Explain what are the different types of transformation available in informatica.
What is source qualifier transformation in informatica?
what are the best practices to extract data from flat file source which are bigger than 100 mb memory?
What are the transformations that cannot be placed between the sort origin and the joiner transformation so that we do not lose the input sort order?
draw informatica architecture 8.6 ?
Why union transformation is an active transformation?
How do you migrate data from one environment to another?
What is domain in terms of informatica?