Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: Prepared Statements vs. pgbouncer


  • From: Josh Berkus <josh(at)agliodbs(dot)com>
  • To: Oliver Jowett <oliver(at)opencloud(dot)com>
  • Cc: pgsql-jdbc(at)postgresql(dot)org
  • Subject: Re: Prepared Statements vs. pgbouncer
  • Date: Sun, 30 Sep 2007 11:39:00 -0400
  • Message-id: <46FFC314.5080205@agliodbs.com> <text/plain>

Oliver,

S_1 from client 1 might be a completely different query to S_1 from client 2. The JDBC driver just numbers statements sequentially as they are used.

So, how does j2EE-side connection pooling handle this?

--Josh




Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group