Can we use Lookup instead of Joiner to join 2 tables?
If yes which is faster and why?

Answers were Sorted based on User's Feedback



Can we use Lookup instead of Joiner to join 2 tables? If yes which is faster and why?..

Answer / zak

Yes, we can use Lookup to join 2 tables. Lookup performs
Left Outer Join by default.

Is This Answer Correct ?    8 Yes 1 No

Can we use Lookup instead of Joiner to join 2 tables? If yes which is faster and why?..

Answer / sunil

Joiner is faster than lookup. because by default lookup writes order by clause on every column connected to that transformation which decreses the performance..so joiner is faster than lookup..

If anything wrong pls let me know...am looking for job..

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More Informatica Interview Questions

What are the types of maping in Getting Started Wizard?

1 Answers  


How you know when to use a static cache and dynamic cache in lookup transformation?

1 Answers  


What are the conditions needed to improve the performance of informatica aggregator transformation?

1 Answers  


How will u pas the data with out debugger?

4 Answers  


How to delete duplicate row using informatica?

1 Answers  


what is datamart

4 Answers   IBM, Informatica,


What is fact table? Explain the different kinds of facts.

1 Answers  


disable caching in a lookup transformation?

1 Answers  


how to through logic of informatica using the push down optimization into oracle.

2 Answers   Hexaware,


What is the meaning of decode in informatica?

1 Answers  


What is the difference between a connected look up and unconnected lookup?

1 Answers  


How do you take care of security using a repository manager

2 Answers  


Categories