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
Under what condition selecting sorted input in aggregator may fail the session?
Differentiate between joiner and lookup transformation?
Did u used latest transformations of 8.6.0? for what?
source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.
Debugger what are the modules, what are the options you can specify when using debugger, can you change the expression condition dynamically when the debugger is running.
While migrating the data from one environment to another environment how would you manage the connections?
What is an Integration service in Informatica?
What is joiner change?
I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.
State the limitations where we cannot use joiner in the mapping pipeline?
Explain what are the different versions of informatica?
How can we improve session performance in aggregator transformation?
Briefly explain your complete project(sales) flow, (ie. from source received from client, transformations, then despatch to end user) what are all the process. Kindly give step by step process.
How can we use mapping variables in informatica? Where do we use them?
What is persistent lookup cache?