When do we use dynamic cache and static cache in connected
and unconnected lookup transformations?

Answer Posted / vinod saini

Dynamic cache uses for updation of Master Table & SCD type 1
Static uses for Flatfile

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the need for an etl tool?

631


How can you validate all mappings in the repository simultaneously?

752


Explain the etl program with few examples.

543


what is persistent lookup cahce?how to use and when to use this persistent lookup cahce?explain?

1780


What is the difference between router and filter?

643






How to display session logs based upon particular dates. If I want to display session logs for 1 week from a particular date how can I do it without using unix. ?

1599


What is meant by a domain?

623


update strategy transformation in informatica

636


What all are steps in up gradation of Informatica server?

614


rank() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid order by case when opt2.dm_market_flg in ('Y', 'U') then 1 else 2 end, lkp.contact_rank) as rank1, case opt2.contact_type when 'Buyer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, ship_to_flg desc , last_order_dt desc) when 'Decision Maker' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc , last_quote_dt desc , mailability_score desc , source_ranking desc) when 'Influencer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) when 'Payer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) --elu 05/28/2013 else row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) end rank2 row_number() over (partition by opt3.dim_plat_site_id, opt3.dim_site_opt_sid order by rank1,rank2) as "rank", case when "rank"<= opt3.maximum_value then 'Y' else 'N' end as include_flg

1525


What is different between the data warehouse and data mart?

627


What are the steps involved in the migration from older version to newer version of Informatica Server?

1573


What do you understand by term role-playing dimension?

569


In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.

1533


lookup transformation with screenshots

3555