http://www.perlmonks.org?node_id=1041569


in reply to Perl DBI

If a retrieval of 150 rows takes minutes, I would say something is very wrong.

I would separately time different parts (connect, prepare, execute, fetch) with Time::HiRes. You then post those and perhaps something becomes clear.

Replies are listed 'Best First'.
Re^2: Perl DBI
by Anonymous Monk on Jun 30, 2013 at 13:15 UTC
    There usually is something very wrong when the database in question is Access...