What is joiner cache?

Answers were Sorted based on User's Feedback



What is joiner cache?..

Answer / chandrasekar

When we use the joiner transformation an integration service
maintains the cache, all the records are stored in joiner
cache. Joiner cache have 2 types of cache 1.Index cache 2.
Joiner cache.

Index cache stores all the port values which are
participated in the join condition and data cache have
stored all ports which are not participated in the join
condition.

If it wrong means Please mail me chandranmca2007@gmail.com

Is This Answer Correct ?    1 Yes 0 No

What is joiner cache?..

Answer / abhishek

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.

The number of rows the Integration Service stores in the cache depends on the partitioning scheme, the source data, and whether you configure the Joiner transformation for sorted input.

To improve performance for an unsorted Joiner transformation, use the source with fewer rows as the master source. To improve performance for a sorted Joiner transformation, use the source with fewer duplicate key values as the master.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

how to get the only updated records in the target

2 Answers  


can anybody send me some real time screenshots of mapping in informatica powercenter. i will be vary thankful to him. my e-mail id :- prakashkumar.kumhar@gmail.com

0 Answers   IBM,


Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?

0 Answers  


My questions is i create a two sessions for one mapping.but my requirement is if all number of source records are same as in target then execute first session or some rows are rejected due to t/r logic so session two was execute please clarify

1 Answers   TCS,


What are the informatica performance improvement tips

0 Answers   Informatica,






Explain incremental aggregation in informatica

0 Answers   Informatica,


Is LOAD MANAGER AND LOAD BALANCER same in informatica?

1 Answers   KPIT,


write asql query to filter improper date format? date 20-apr 11-mar-2010 30-may-2010 feb-2009 i want the output date 11-mar-2010 30-may-2010

2 Answers   Accenture,


have u done any performance tuning? how u ll do?

0 Answers   IMB, TCS,


we have three columns and two rows. col1 col2 col3 a b c want to change into 2 columns and 3 rows ,how? col1 a col2 b col3 c which transformation u'll use and how?

3 Answers   Cognizant,


Give one example for each of conditional aggregation, non-aggregate expression, and nested aggregation?

0 Answers  


What is the difference between writing a joiner query in ANSI style and THETA style?

0 Answers   TCS,


Categories