top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are partitions in informatica and which one is used for better performance?

+2 votes
306 views
What are partitions in informatica and which one is used for better performance?
posted Jul 13, 2015 by Sachin

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

1 Answer

0 votes

Round robin
Data base
Hash key
Pass through
Key range

answer Jul 14, 2015 by Manikandan J
Similar Questions
0 votes

I have simple informatica(9.1) mapping(one to one) which loads data from flat file to RDBMS

it take 5 mins to load to Oracle db and 20 mins to load same file in SQL Server 2008 R2.

Can there be any source/pointers for performance improvement

+2 votes

performance wise which one is better one in java

String s3 = String.valueOf(2);
String s4 = Integer.toString(2);
String s5 = 2+"";
...