Hi!  I'm writing a program to extract data from a database.  The program
runs rather slowly, and I'd like to speed it up.  By using dprofpp, I see
that more than half of the program execution time is spent in
DBD::Oracle:st::_prepare (some 368.9 "excl" seconds -- it gets called 276036
times!).  This is, from what I understand, a C subroutine.  I'd like to make
sure that I'm passing it the most optimal parameters (this is, btw, on
ActiveState perl 5.6.1), so that it does it's work as efficiently as
possible.  Does anyone have have general hints?  Or know where a better
place to ask is?

Thanks muchly,
Ricky Morse

_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to