I have 1200 records how can u send it in aggregator with
good performance issues?

Answers were Sorted based on User's Feedback



I have 1200 records how can u send it in aggregator with good performance issues?..

Answer / kishore

Before aggrgator transformation it's better to use Sorter
transformation, which will make them as sort, which will
increse the performance.

Is This Answer Correct ?    7 Yes 0 No

I have 1200 records how can u send it in aggregator with good performance issues?..

Answer / drk

By using sorted input and group by function ,we can overcome
the performance issues

Is This Answer Correct ?    3 Yes 0 No

I have 1200 records how can u send it in aggregator with good performance issues?..

Answer / venkat

Provide sorted input before aggregation.
->Override default Sql from source Qualifier if the source
is relational-Use order by clause
(OR)
->Use Sorter transfermation to do the same

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Informatica Interview Questions

Hi Friends, How i could convert a cobol file (VSAM) into the flat file? How i could edit a cobol source file (VSAM)? I want to introduce few columns in the source file and finally the target should be in the Cobol itself. Kindly suggest me friends. Thanks in Advance, Innai

1 Answers   Infosys, Saksoft,


difference between source based commit? and target based commit? which is better with respect to performance?

6 Answers   IBM,


What will happen if the select list columns in the custom override sql query and the output ports order in sq transformation do not match?

1 Answers  


Explain how to import oracle sequence into informatica?

1 Answers  


What are Target Options on the Servers?

1 Answers  


in my source i have 100 records, and 3 targets, i want to load 1st record into 1st target,2nd record into 2nd target,3rd record into 3rd target again 4th target into 1st target and vice versa,how to achieve this?

3 Answers   Thomson Reuters,


I have a condition sal=100 and I created one router and in that two groups g1 and g2 in g1 Sal<=100 and g2 Sal>=100, first which condition will satisfy, and Why?

11 Answers  


whether Sequence generater T/r uses Caches? then what type of Cache it is

7 Answers   Accenture,


How will you convert rows into columns or columns into rows

1 Answers  


Performance wise which is better joiner or look up ? Give me with example?

1 Answers   CGI,


write a query to retrieve the latest records from the table sorted by version(scd)

1 Answers   Informatica,


Is it passive or active when check and uncheck the box of DISTINCT in Sorter transformation? why?

6 Answers   iFlex, Morgan Stanley,


Categories