On May 16, 2014, at 2:22 PM, Nicolas Boullis <postgresql(at)ilcode(dot)fr> wrote:
> As performance matters, I am using a ThreadedConnectionPool from
> psycopg2.pool, but I also want to have my SQL statements prepared.
Why?
This an honest question. In general, prepared statements do not provide significant performance improvements in PostgreSQL.
--
-- Christophe Pettus
xof(at)thebuild(dot)com