top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Where can we find the throughput option in informatica?

+1 vote
276 views
Where can we find the throughput option in informatica?
posted Apr 5, 2015 by Amit Kumar Pandey

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Throughput is the rate at which power center server read
the rows in bytes from source or write the rows in bytes
into the target per second.

You can find this option in workflow monitor.
right click on session choose properties and transformation
statistics tab u can find throughput details fro each
instance of source and target.

answer Apr 6, 2015 by Manikandan J
Similar Questions
+1 vote

If session fails after loading 10000 records in the target, how can we load 10001 the record when we run the session in the next time?

+1 vote

What can we do to improve the performance of Informatica Aggregator Transformation?

+2 votes

When we do not know the number of targets, Can we create the targets at run time using informatica Powercenter.

Suppose we have below source:
Employee:

Dept_ID      EmpName  Sal
10           A        200
11           B        100
10           C        200
10           D        400
12           E        500
12           F        400

...

It can have any number of distinct Dept_ID. I want to load all EmpName and Sal of a particular Dept_ID into a separate target table (i.e target name should be as Tar_10 or Tar_11 where 10 & 11 are Dept_ID).

...