Re: [HACKERS] Pipelining executions to postgresql server

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: [HACKERS] Pipelining executions to postgresql server
Дата
Msg-id 54587E8F.5060206@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Pipelining executions to postgresql server  (Scott Harrington <scotth01@sns-usa.com>)
Список pgsql-jdbc
On 11/03/2014 07:05 AM, Scott Harrington wrote:

> I looked over your patch. Your list of ResultHandlerHolders seems to be
> the right direction, but as Tom Lane mentioned there may need to be some
> way to ensure the statements are all in the same transaction.

Why go down this track, when we already have batching?

Just use the standard JDBC API batching facilities and add the missing
support for batching queries that return result sets in PgJDBC.

--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: [HACKERS] Pipelining executions to postgresql server
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: [HACKERS] Pipelining executions to postgresql server