Do joiner transformation use cache? If so describe?

Answers were Sorted based on User's Feedback



Do joiner transformation use cache? If so describe?..

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

Do joiner transformation use cache? If so describe?..

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

Post New Answer

More Informatica Interview Questions

HOW TO JOIN THE 2 FLAT FILES WITHOUT USING JOINER AND LOOKUP?

11 Answers   Cap Gemini,


In Flat file Input is A B C I need output like this A A A B B B C C C. How will u achieve this?

5 Answers   iNautix,


How many number of sessions can one group in batches?

0 Answers  


what is the complex transformation you used in informatica

0 Answers   TCS,


Examples of Fatal & Non-Fatal error?

2 Answers   Cap Gemini,






in performance wise union is past,union all is past

2 Answers  


i have one senario i have table with 2columns one for primary key another is a constant value(zero). i have to lookup the table and get the maximum primary key here i don't have any common column between source and lookup table(wt table i explained above)... table is (i am assuming he didn't give the table) column1 column2 5 0 2 0 8 0 6 0 3 0 12 0 7 0

2 Answers   TCS,


What is the Process to creating lookup transformation in informatica

0 Answers   Informatica,


write sql query to filter the null value data following table? name age john 30 smith null null 34 sharp 24 i want the output following are name age john 30 sharp 24

2 Answers   HP,


Please let me know how to do estimation before staring development in project. Here estimation in the sense how many associates are required, etc to complete the project.

1 Answers   iGate,


we have to use order by,where,having we to implement sql query

1 Answers   Satyam,


What happens if we dont select data driven option?

2 Answers   Zensar,


Categories