[DB-SIG] pypg pure Python db driver for Postgresql

Federico Di Gregorio fog at initd.org
Wed Jul 13 23:43:55 CEST 2005


Il giorno mer, 13/07/2005 alle 09.21 -0500, Randall Smith ha scritto:
> I haven't done any speed optimization or even profiled the code, so that 
> looks really good to me.  I think optimization might help with parameter 
> binding and type conversion.
> 
> Did your tests include parameters?

It is very important to test with lots of bound parameters. For example
psycopg spends a lot of time trying to convert data to and from the
right types.

federico




More information about the DB-SIG mailing list