what is shared lookup&persistent lookup?

Answers were Sorted based on User's Feedback



what is shared lookup&persistent lookup?..

Answer / anoymous

shared cache: Data in the cache can be shared between
multiple transformations. It is just sharing the lookup cache.

Persistence cache: The cache can be reused across multiple
session runs.

Is This Answer Correct ?    3 Yes 0 No

what is shared lookup&persistent lookup?..

Answer / ripz

Sahred lookup and persistent look ups are the lookups which
are cached once and are used by more than one ETLs. This is
useful when the data in the table which is used for the
lookup is huge and if this table is used in more than once,
then in every ETL considerable amount of time is used for
casching the table everytime if lookup is used individually.
Persistence lookup hence helps in performance improvement.

Is This Answer Correct ?    2 Yes 1 No

what is shared lookup&persistent lookup?..

Answer / santoshkumar chakka

I know abt 4 types lookup's
they are
1.static lookup
2.dynamic lookup
3.persistence lookup
5.No Cache lookup
PERSISTENCE LOOKUP:By default .dat and .idx files are created using session execution time and these are deleted automatically at the end of session execution using persistence property the cache files are not deleted even after session execution.the same cache files are uesed for next exicution

Is This Answer Correct ?    1 Yes 1 No

what is shared lookup&persistent lookup?..

Answer / raman

integrating service can create the shaaredlookup&persistent
lookup.!

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Informatica Interview Questions

What is up date strategy and what are the options for update strategy?

2 Answers  


Data transformed successfully from Source table to target table. Now how you will ensure that the data in Target table is proper. I answered will verify one or two records and check Then question was that the Development is doing (1-2 record verification)but as a tester you have to verify the complete data, how you will do?? Please answer

2 Answers  


what are the real time problems generally come up while doing or running mapping or any transformation?

2 Answers  


what are the fact table & dimensional table in pharmaceutical and hospotal related products???

0 Answers   IBM,


I have table name called Team and I have name and DOJ in that table in oracle, when I retrive the table in Informatica DOJ shows with date and time , I want want to know is it possible to get only date(MMDDYYYY) in the date data type,

3 Answers   CSC,






Two relational tables are connected to SQ Trans,what are the possible errors it will be thrown?

2 Answers  


where does the default group roew in a router is stored what is the default size of memory in router

1 Answers  


HOW CAN I SEND HALF OF THE RECORDS TO ONE TARGET AND REMAINING TO OTHER TARGET?

6 Answers  


How to calculate the cache size if say we are doing a performance check on a mapping and found that a particular cache needs to be changed. Is there a formula to calculate this! i know that informatica has a auto option available but how to calculate manually?

1 Answers  


What are the types of data warehouses?

0 Answers   Informatica,


Debugger what are the modules, what are the options you can specify when using debugger, can you change the expression condition dynamically when the debugger is running.

0 Answers  


which one is better performance wise joiner or look up

0 Answers   Informatica,


Categories