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

in reporting we add some new objects,how we get the count of the newly added objects to the report

1964


What is difference between a gateway node and worker node?

850


Some flat files are there, out of these having some duplicate. How do you eliminate duplicate files while loading into targets?

1539


What is sq transformation?

846


What are mapplets?

1000


In informatica workflow manager, how many repositories can be created?

1023


Can we create two repositories on same database instance in oracle?

836


What will be the approach?

752


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

812


how to construct simple biogas digerter? please show me detail drawing and specification of simple biogas construction?

2172


How does the aggregator transformation handle null values?

906


What are the limitations of joiner transformation?

848


What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?

1851


how we can load rejected record's at run time?(not through bad files)

2125


what is the -ve test case in your project.

2094