list out all the transformations which use cache?



list out all the transformations which use cache?..

Answer / Raju Paswan

In Informatica, several transformations make use of cache for performance optimization. Here are some examples:n
1. Aggregate Transformation: It aggregates data using functions like SUM, COUNT, AVG, etc., and stores the intermediate results in a cache to improve performance.n
2. Hash Join Transformation: It performs a join operation by creating hash tables for each input stream and comparing them for matching records. The resulting matches are stored in a cache to speed up the process.n
3. Sort Transformation: It sorts data using various algorithms like Merge Sort, Quick Sort, etc., and stores the sorted data in a cache.n
4. Lookup Transformation: It performs lookups against a reference table and stores the results in a cache for faster lookup times.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

what is the flat file partition and where have to specify it

1 Answers   TCS,


what is informatica metadata?

1 Answers  


what are cost based and rule based approaches and what is the difference?

1 Answers  


what r the propertes of workflow? and write quary to select dept more ten employess in dept.?

2 Answers  


How to update a particular record in target with out running whole workflow?

1 Answers  


How you prepared reports for OLAP?

1 Answers  


Tell me about Propagate functions in informatica

1 Answers  


what is shared Cache. when we will use shared Cache?

4 Answers  


How to identify bottlenecks in sources,targets,mappings,workflow,system and how to increase the performance?

4 Answers  


Design time, run time. If you don't create parameter what will happen

1 Answers  


tell me the push down optimization

2 Answers   Wipro,


How you know when to use a static cache and dynamic cache in lookup transformation?

1 Answers  


Categories