What is ThroughPut in Informatica, How it works, Where I
can find this option to check ?
Answer Posted / krithi
Hi Sri,
You can find this option in Workflow Monitor. It helps you
to monitor the data reads from source or writes to target
in rows per second. Based on this we can monitor and do the
required performance tuning at the target level or source
or database level,if the through put is very low.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
pmscmd startworkflow -sv
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
Explain how many types of dimensions are available in informatica?
What are the steps involved in the migration from older version to newer version of Informatica Server?
In which transformation you cannot drag ports into it?
What is the difference between Active and Passive transformation?
What is the difference between STOP and ABORT options in Workflow Monitor?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM
What is a filter transformation and why it is an active one?
What is dimensional table? Explain the different dimensions.
What are the advantages of using informatica as an etl tool over teradata?
How many ways a relational source definition can be updated and what are they?
Sequence generator, when you move from develoment to production how will you reset
What are the differences between a connected lookup and unconnected lookup?
Explain sessions and how many types of sessions are there?