i have three group by ports in aggregator transformation.
to improvie the performance, if i check 'sorted input' box, informatica assumes that to be already sorted by the group by ports.
In this scenario, how or where do i sort these values before reaching aggregator.Do i need to use a sorter transformation before that or should i use sql override in sql transformation where i explicitly mention order by in the sql as below.
eg select acct_id,amt,name,type from emp order by acct_id,amt,name,type.
What is the purpose of 'Number of Sorted Ports' option in source qualifier.
to improvie the performance, if i check 'sorted input' box, informatica assumes that to be already sorted by the group by ports.
In this scenario, how or where do i sort these values before reaching aggregator.Do i need to use a sorter transformation before that or should i use sql override in sql transformation where i explicitly mention order by in the sql as below.
eg select acct_id,amt,name,type from emp order by acct_id,amt,name,type.
What is the purpose of 'Number of Sorted Ports' option in source qualifier.