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
What is meant by query override?
What is data caches/ index caches?
What are the different types of transformation available in informatica.
How can we improve session performance in aggregator transformation?
how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?
What is a mapplet/worklet in informatica?
How to create different types of slowly changing dimensions (SCD) in informatica using the mapping wizard?
What are the guidelines to be followed while using union transformation?
what are 3 tech challenges/ common issues you face?
What happen when you enable grid option avilable at session level ? (Ans found: Scalabily . A single session Parallelization) But how can one session is sharable among different nodes at the same time while running ?
What do you mean by blocking transformation?
Can we create a Integration service without a Repository service and vice versa?
Explain the features of connected and unconnected lookup.
How can we use mapping variables in informatica?
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