Diffrence between static and dynamic cache

Answers were Sorted based on User's Feedback



Diffrence between static and dynamic cache..

Answer / siva prasad

Static cache: Is readonly cache. We cannot insert or update
the records dynamically.

Dynamic Cache: It will refresh the changed data and
allocate a seperate buffer for that.Each time it will
identify the changed data rather than capture entire
data.we can insert or update the records dynamically.

Is This Answer Correct ?    5 Yes 0 No

Diffrence between static and dynamic cache..

Answer / sushma

If you configure lookup TRFM to use dynamic cache, then u
can use only = operator in the lookup condition,whereas LKP
TRFM using static cache can use any relational operator in
the lookup condition.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Informatica Interview Questions

Without using Lookup & Sequence Generator, How to generate Sequence?

5 Answers   CTS,


in my source i have 100 records, and 3 targets, i want to load 1st record into 1st target,2nd record into 2nd target,3rd record into 3rd target again 4th target into 1st target and vice versa,how to achieve this?

3 Answers   Thomson Reuters,


How to send duplicates to one target and unique rows to one target?target is empty

9 Answers   Amazon, IBM, Wipro,


While using update strategy in the mapping which gives more performance, a flat file or Table? Why? What are the advantages and disadvantages?

4 Answers  


update strategy transformation in informatica

0 Answers   Informatica,






In aggregator if u enable sorted input what will be the output and disable sorted wt is output

6 Answers  


What is a node in Informatica?

0 Answers  


suppose we will take flatfile target and load type is bulkload the session fails why please give me the answer

1 Answers   TCS,


When will you use SQL override in a lookup transformation?

1 Answers  


How do we eliminate duplicate records in a flat file without using Sorter and Aggregator?

7 Answers   iNautix,


i have two coloumn emp_no sal 1 3000 2 3000 3 3000 4 4000 5 5000 6 2700 7 4500 i just need output by removing duplicate.my answer should be emp_no sal 1 3000 2 4000 3 5000 and so on.please tel me the transformation to use and if variable is used in expression then how can i give variable expression

3 Answers  


how to return multiple columes through through un-connect lookup?

1 Answers   DELL,


Categories