How to improve the performance of Aggregate
transformation?
Answers were Sorted based on User's Feedback
Answer / ritu
By giving sorted inputs and do not forget to tick the
sorted input box
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / uzval_vee
Place the agg transformation after souce qualifier,becoz
if yur using filter,sorting before agg ,it will reduce the
agg performance .according to my view
| Is This Answer Correct ? | 1 Yes | 12 No |
WHAT IS THE NAME OF THAT PORT IN DYNAMIC CACHE WHICH IS USED FOR INSERT , UPDATE OPRATION ?
On a day i load 10 rows in my target and on nextday i get 10 more rows to add in target. But out of 10 - 5 records are send them to target?how i can insert the remaining records
My source is like bellow F.NAME M.NAME L.NAME A B C D E F G H I and out put should like S.NO F.NAME M.NAME L.NAME 1 A B C 2 D E F 3 G H I 4 UNNOWN UNNOWN UNNOWN How can we acheive? please explane me indetail
How you prepared reports for OLAP?
4 yrs etl devloper roles and responsibilities?any body give solutions
Performance wise which is better joiner or look up ? Give me with example?
What happens if you increase commit intervals and also decrease commitExplain grouped cross tab?
Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.
my source has 2 columns. 1st column data: ABC ABC ABC XYZ and 2nd column data: 1 2 3 4. And my target should be ABC 1 2 3, XYZ 4
What are the types of lookup caches?
10 Answers Accenture, IBM, Informatica,
What is the use of incremental aggregation?
What is the default join that source qualifier provides?