Hi Experts,
Performance Wise Which transformation is better in LOOKUP
AND JOINER TRansformations? Why? Can anybody please explain
it ?
Please help me out from this Question.
Thanks In Advance.
Answers were Sorted based on User's Feedback
Look up will better perform because the cache is initially
created when the first record will reach at Look up
tarnsformation and the further records are work upon the
cached records.Look up will perfrom left outer Join
only.Other Joins can't be posible.You can check the records
are either exists in the lookup table or not.
Jioner will be slower than look up but sorted port
Join,well choosing of Master and detail configuration will
give better performance for Joiner.
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / raj
the lookup and joiner t/r can be used to join two sources data.
if u r using one source is flat file and another source is database source then we can use joiner is better.i.e heterogeneous join.it is not possible with the help of lookup.
if two sources are in the same database lookup is better.
| Is This Answer Correct ? | 5 Yes | 10 No |
differences between service based and product based?
which transformation uses cache?
If my source is having 30 million records, so obviously the cache could not be allocated with sufficient memory. What needs to be done in this case?
What are the popular informatica products?
How/where can i install Informatica software with oracle or teradata as database
what is meant by lookup caches?
2 Answers Cap Gemini, Informatica,
Why should we use star schema in datawarehouse design?
what is mapping optimization? wat are the techniques for tat
Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?
why normalizer transformation can not used in mapplet? plzzzz answer
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
How can you increase the performance in joiner transformation?