How can yoU improve session performance in aggregator
transformation?

Answers were Sorted based on User's Feedback



How can yoU improve session performance in aggregator transformation?..

Answer / haritha

use sorted input option to decrease the use of aggregator
cache.

use filter transformation before aggregator transformation
to to rduce unnecessary aggregation.

Limit the number of connected input/output or output ports
to reduce the amount of data the Aggregator transformation
stores in the data cache.

Is This Answer Correct ?    39 Yes 1 No

How can yoU improve session performance in aggregator transformation?..

Answer / swetha

Use sorted input.

The aggregator stores data in the aggregate cache until it
completes aggregate calculations. When u run a session that
uses an aggregator transformation, the informatica server
creates index and data caches in memory to process the
transformation. If the informatica server requires more
space, it stores overflow values in cache files.

Is This Answer Correct ?    13 Yes 5 No

How can yoU improve session performance in aggregator transformation?..

Answer / dilip

if you sort the input yet do not select the sorted input
option, the aggregator treats the data as unsorted data &
performs the task hence its cache size increases. the
performance is degraded despite using a sorter.

Is This Answer Correct ?    8 Yes 2 No

How can yoU improve session performance in aggregator transformation?..

Answer / chinna

what u guys said is so far ok
but what happen if u have't check the option sorted in
input in aggregator transformation but u actully sorted
before with sorter transformation so what will happen in
agg by performance wise?

Is This Answer Correct ?    3 Yes 0 No

How can yoU improve session performance in aggregator transformation?..

Answer / srikanth

hi haritha

u r correct

For using sorted input option, the order of group by ports
in the agg and sorter transfomratoins should be same as
well as the number of ports also same.

we can filter out data early in the morning by using sq
trans rather than using filter before agg hence reducing
unwanted data in teh mapping.

Is This Answer Correct ?    1 Yes 0 No

How can yoU improve session performance in aggregator transformation?..

Answer / sasmita panda

session performance in aggregator T/R can be increased by
aggregation cache i.e through increamental aggregation.
Aggregation cache has tow caches i)index ii) data.

For first run it performs aggregation calculation in
aggregation cache.Index cache contains group by port
values.Data cache will contain if any variable ports are
created and output port on which we want to implement
aggregate function.

Rowid of last record which is participated in Agg. T/R will
be saved in repository.

During second run it finds the rowid of last record then it
performs increamental aggregation.The integration service
will check the historical information in the index cache
file for corresponding group.If it finds it performs
aggregation operation increamentally. If not finds then it
will adda new port for aggreagtion.

Is This Answer Correct ?    1 Yes 0 No

How can yoU improve session performance in aggregator transformation?..

Answer / pg

Chinna,
If u have't check the option sorted in
input in aggregator transformation but u actully sorted
before with sorter transformation in that case your session
will fail. You must check the option sorted in
input in aggregator transformation if you are using sorted
input to the aggregator .
Plz let do me know if you still have doubt.
pramodgup@gmail.com

Is This Answer Correct ?    6 Yes 16 No

How can yoU improve session performance in aggregator transformation?..

Answer / cherry

hi PG
u r absolutely right.

session will fail.

u have to use the check option for sorted input.

Is This Answer Correct ?    4 Yes 14 No

Post New Answer

More Informatica Interview Questions

How many repositories can be created in informatica?

1 Answers  


What happen if you have 3 ports in SQ and 4 ports in SQL override of SQ( provided all ports are in same order and they are connected with proper source and target)? Also what happens when I have 4 ports and will extract 3 values in SQloverride.. What will be the value in 4th port ?

0 Answers   CTS,


Where is the cache stored in informatica?

5 Answers   Infosys, Satyam,


Hi all,Can any one provide me Informatica Designer Certification dumps.I need all three papers dumps.If any one has these dumps then plz send it on this id:- nagesh.jujjuru@yahoo.com Thanks in advance

1 Answers  


What is the Difference between DSS & OLTP?

5 Answers  






what are the transformations that restricts the partitioning of sessions?

1 Answers  


What does “tail –f” command do and what is its use as an Informatica admin.

0 Answers  


I have a scenario with router transformation. but i dont want to capture records from default group. how can we achieve this.

3 Answers   Amdocs,


Write a query to display Which deptno is containing highest Sal > avg (sum (Sal)) of all deptno; Avg (sum (Sal)) o f all deptno= 9675 Deptno, sum (Sal) 10 8750 20 10875 30 9400

7 Answers   iGate,


follwing scenario two table using find maximum salary? table a table b 101 xxx 1000 106 6500 103 yyy 5000 108 800 104 din 6000 109 7000 105 dsh 200 110 3000

5 Answers   IBM,


two tables from two different databases r there . both having same structure but different data . how to compare these two tables ?

10 Answers   HP, Patni,


what is a time dimension? give an example?

2 Answers   IBM,


Categories