Round robin Data base Hash key Pass through Key range
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
performance wise which one is better one in java
String s3 = String.valueOf(2); String s4 = Integer.toString(2); String s5 = 2+"";