Re: Prepared Statements vs. pgbouncer

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема Re: Prepared Statements vs. pgbouncer
Дата
Msg-id e51f66da0710021322t5bfdba93q19fd885a64f7e27f@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Prepared Statements vs. pgbouncer  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: Prepared Statements vs. pgbouncer  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-jdbc
On 10/2/07, Josh Berkus <josh@agliodbs.com> wrote:
> > So, personally I don't have time to work on the feature, but
> > I have thought a draft design that could somewhat work in the
> > context of pgbouncer.  If anyone is interested to work on that,
> > contact me.
>
> Will this work correctly if you use Session mode for pgBouncer?

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.

--
marko

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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Prepared Statements vs. pgbouncer
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: statement caching link on jdbc page