Re: Prepared Statements vs. pgbouncer

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Prepared Statements vs. pgbouncer
Дата
Msg-id 200710040846.06394.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: Prepared Statements vs. pgbouncer  ("Marko Kreen" <markokr@gmail.com>)
Ответы Re: [Pgbouncer-general] Prepared Statements vs. pgbouncer  ("Marko Kreen" <markokr@gmail.com>)
Список pgsql-jdbc
Marko,

> Yes, then you don't need any support from pgbouncer, only
> a way to drop all prepared plans on session end, which unfortunately
> is available only in 8.3 - DEALLOCATE ALL / DISCARD ALL.

Oh.  So on 8.2, this is still an issue becuase the plans will persist beyond
JDBC dropping the connection?  Also, are you saying that on 8.3 the client
code will have to manually issue DEALLOCATE ALL on session end?

--
Josh Berkus
PostgreSQL @ Sun
San Francisco

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Connection pooling
Следующее
От: "Marko Kreen"
Дата:
Сообщение: Re: [Pgbouncer-general] Prepared Statements vs. pgbouncer