Answer Posted / sehaj
Incremental aggregation is nothing but a method of maintaing
new records in the target when we use an aggregator in our
mapping..
With incremental aggregation only those records which are
new in the source are processed in the mapping excluding
those which have been processed.
The data which was earlier present in the source n has been
processed is stored in the cache and the new records are
processed along with them.
For this we need to select the option INCREMENTAL
AGGREGATION from session properties.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What if the source is a flat-file?
Can you generate sequence numbers without using the sequence generator transformation?
in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records
What are the basic requirements to join two sources in a source qualifier transformation using default join?
what are the best practices to extract data from flat file source which are bigger than 100 mb memory?
Enlist the advantages of informatica.
What is session task and command task?
waht type of interface is used for testing the data in informatica
COM components can be used in Informatica
how lookup transformation is made active in new versions... When to use connected and when to use unconnected lookup and why? which is good for session performance. How to make lookup persistent and how to remove stale data from that lookup. how commit works - when we stop or abort data. Explain in both cases. What is factless fact table and have you ever used it in real time scenarios.
Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?
Explain the types of transformations?
How can we update a record in the target table without using update strategy?
What is the need of etl tools?
What are the differences between oltp and olap?