Major difference between SQL override and Lookup Sql override

Answer Posted / ysindhureddy77@gmail.com

1. SQL Override is to limit the number of incoming rows entering the mapping pipeline
Lookup Override is to limit the number of lookup rows to avoid the whole table scan by saving the lookup time & cache it uses.

2. Lookup Override uses "Order By" clause by default
SQL Override doesn't uses it & should provide in our query if we require it.

3. SQL Override can provide any kind of join by writing the query
Lookup Override provides only Non-Equi joins

4. Lookup Override gives only one record even if it finds multiple records for a single condition
SQL Override doesn’t do that.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between sessions and batches?

564


What is event and what are the tasks related to it?

605


How can you increase the performance in joiner transformation?

697


What are the components of Informatica? And what is the purpose of each?

607


How do you change a non-reusable transformation to reusable transformation?

586






TELL ME ONE COMPLEX MAPPING IN UR PROJECT? chandumba2005@gmai.com

1460


where to store informatica rejected data?

670


What are pre and post-session shell commands?

727


Define update strategy?

627


Tell me any other tools for scheduling purpose other than workflow manager pmcmd?

708


How to elaborate tracing level?

676


What's the layout of parameter file (what does a parameter file contain?)?

1909


can u give example for factless fact table

5503


what is INFORMATICA TESTING process

1830


Is stop and abort are same in informatica?

564