Re: Prepared Statements vs. pgbouncer

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Prepared Statements vs. pgbouncer
Дата
Msg-id 470160C0.6020907@opencloud.com
обсуждение исходный текст
Ответ на Re: Prepared Statements vs. pgbouncer  (Paul Lindner <lindner@inuus.com>)
Ответы Re: Prepared Statements vs. pgbouncer  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-jdbc
Paul Lindner wrote:

> Why doesn't the Postgres JDBC driver use cursors for ResultSets
> instead of creating prepared statements?  Is this not supported in the
> v3 protocol?  (I'd answer this question myself, but no time to read
> code at the moment...)

It uses portals which are the v3 equivalent of cursors.

If you are serious about solving these problems I think you really need
to go and read the v3 protocol spec at a minimum.

-O

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Prepared Statements vs. pgbouncer
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: Prepared Statements vs. pgbouncer