I have written the below code to to straight inserts from another database.Currently it takes 30 seconds to insert 10000 rows for 20 columns.Can anyone suggest me to improve the performance of the code?
use DBI;
use edw;
use Benchmark qw(:all) ;
my...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.