Major difference between SQL override and Lookup Sql override
Answer / 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 |
Hi experts, For informatica developer, in real time, normally how much we use sql and plsql?
what is difference between dimention table and fact table?
1 lac of flat fles in source how to load target at a time?
What is meant by incremental aggregation?
Give one example for each of conditional aggregation, non-aggregate expression, and nested aggregation?
What's the layout of parameter file (what does a parameter file contain?)?
What is the filename which you need to configure in UNIX while installing infromatica?
We can achieve better perfomance using sorter before an aggragator. Then what is the significance of 'Sorted Input' check in aggregator ?? Please let me know the difference ??
Which means the first record should come as last record and last record should come as first record and load into the target file?
What is hash partition?
How will the document be delivered to me?
Hi frndz, "while i am going to run the infotmatica power designer,he ask the id and password ",then i enterd the id and passwd , at that time i got the error as " failed to connect repository " ?