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?
Answers were Sorted based on User's Feedback
Answer / 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 |
What is the difference between SOURCE and TARGET BASED COMMITS?
What is the use of source qualifier?
which transformation uses cache?
suppose i have 1000 records and i want to load half of the record in target 1 and half in target2.how u'll do?
What is standalone command task?
I have 1 crore record in my table and I have to load 25 L in 1st target,25L in 2nd target and 25L in 3rd target? I am new to Informatica,can anybody suggest me the idea?
What are the challenges you have faced in your Project (DWH- ETL)? Explain with example?
What is dynamic cache?
What is galaxy shema
what is the incremental agrrigation?
in which situations do u go for sequence generator ?
Write the unconnected lookup syntax and how to return more than one column.