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


in reply to Re^3: Sybase DB Library vs Client Library API
in thread Sybase DB Library vs Client Library API

Thanks Michael. My team is working on migrating our scripts from DBlib (to either CTlib or DBD::Sybase). However, we are still discussing the pros and cons of CTlib vs DBD::Sybase. One of the things we noticed was the bcp in CTlib is much much faster as compared to the "Experimental Utility" in DBD::Sybase. Can you please help to clarify whether the "Experimental Bulk Load" utility in DBD::Sybase is doing inserts underlyingly and therefore slower? Thanks much.
  • Comment on Re^4: Sybase DB Library vs Client Library API

Replies are listed 'Best First'.
Re^5: Sybase DB Library vs Client Library API
by mpeppler (Vicar) on Aug 22, 2012 at 06:12 UTC
    Hi,

    No, DBD::Sybase uses the same BLK API as Sybase::CTlib, so it should theoretically be as fast (though to be honest I haven't timed them.)

    Michael