How can yoU improve session performance in aggregator
transformation?
Answer Posted / 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 |
Post New Answer View All Answers
What is meant by a domain?
What is the function of union transformation?
Explain the use of aggregator cache file?
if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.
Explain the types of lookup transformation?
explain one complex mapping with logic? sales project?
Define mapping and session?
Enlist the advantages of informatica.
Difference between Target-based loading and constraint-based loading?
Can we change Dynamic to Static or Persistent cache? If so what happens?
What does reusable transformation mean?
How to delete duplicate row using informatica?
Explain why we use partitioning the session in informatica?
Define Pmrep command?
What are the different types of transformation available in informatica.