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


in reply to DBI speed up needed on MySQL

May I recommend Class::DBI? It's object oriented, fast, relatively easy to use, and great for production purposes.
meh.

Replies are listed 'Best First'.
Re^2: DBI speed up needed on MySQL
by thor (Priest) on May 09, 2005 at 18:47 UTC
    Perhaps I'm missing something, but how will adding another layer of abstraction to the equation help his speed problems? He's as close to the database as he can be without dropping into XS and he's having the problems. Surely putting another module in between won't help...

    thor

    Feel the white light, the light within
    Be your own disciple, fan the sparks of will
    For all of us waiting, your kingdom will come

Re^2: DBI speed up needed on MySQL
by water (Deacon) on May 10, 2005 at 01:56 UTC
    CDBI is great. CDBI also slows apps down a great deal, usually, imho.