Do joiner transformation use cache? If so describe?
Answers were Sorted based on User's Feedback
Answer / mike
Yes joiner transformation has cahches. It joins the data
based on master detail joining condition. It first reads
the master source and stores it in the joiner cache and it
reads the detail source and joins with the data in the
joiner cache based on the master detail joining condition.
correct me if i was wrong
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / krish
Caching Master Rows
When the Integration Service processes a Joiner
transformation, it reads rows from both sources concurrently
and builds the index and data cache based on the master
rows. The Integration Service then performs the join based
on the detail source data and the cache data.
ur right buddy
| Is This Answer Correct ? | 2 Yes | 0 No |
Different circumstance which drives informatica server to expel records?
In Lookup transformation a sql override should be done and disable the cache how do you do this procedure?
How will you display "Mr" for male & "Mrs" for female in target table?
Is it passive or active when check and uncheck the box of DISTINCT in Sorter transformation? why?
6 Answers iFlex, Morgan Stanley,
what is the main advantage of unconnected lookup
How to Join Tables my Source is having 15 table target is one?
I want to get an license to produce excel format output using informatica tool. Anyone help me in this issue. Thanks in advance, Vishnuvardhan
can any one explain me about junk dimension
Describe two levels in which update strategy transformation sets?
can anyone explain me about sales project in informatica?
What is a pre-defined event and user-defined event?
when do we use static cache and when do we use dynamic cache in lookup transformation? with example.