slow tDBOutput when loading bigdecimals with decimal point value
Dear Community,
we have the following strange behavior while loading from Oracle to MSSQLServer. Using a simple tDBInput-->tDBOutput. Loading Data with Datatyp <> bigdecimal columns, we have a fast Load (11000 rows/s). Loading with bigdecimal columns but with integer values (like 10,000) , we are fast too. But as soon we have values behind the comma like 10,123 the performance is realy weak (120 rows/s).
Examples:
Price is a column i the table with values like: 99,90
Amount is a number column too, but with no value behind the decimal point like 10,00