how can we perform incremental aggregation?explain with
example?

Answer Posted / srinu

You have to perform the Incremental Aggregation in Session
Properties only.
Ex:-
You Target Table loaded(with Agg Caluclation) 100 Records
on yesterday ,
Now newly you have 50 Records(25 update,25 insert),
To done the Agg calculation for Updated Records ,Insert
Records you need to
Perform Incremental Aggregation.This is simple way to
increase the Performance,
Redusing the time etc.
If you not perform the Incremental Aggregation, you can
do the same thing
In another way.But it’s lenthy.
Any ??? or Corrections,,let me
know ‘Srinu.srinuvas@gmail.com ‘

Is This Answer Correct ?    12 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you use flat files in Mapplets.

2226


Explain informatica architecture - version 8 / 9

673


Explain what are the different types of transformation available in informatica. And what are the mostly used ones among them?

611


suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do

1735


What is the session task and command task?

601






How to improve the performance of a session using sorter transformation?

693


What is incremental aggregation?

577


How can we use batches?

606


How to do unit testing in informatica? How to load data in informatica ?

655


write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa

2073


What is Data Caches size?

658


Can we create two repositories on same database instance in oracle?

612


What happens when a session fails and you click on recover?

660


What are the components of the workflow manager?

642


Sequence generator, when you move from develoment to production how will you reset

1412