Re: Savepoints in ODBC driver

Поиск
Список
Период
Сортировка
От Rainer Bauer
Тема Re: Savepoints in ODBC driver
Дата
Msg-id 8610280016.20090818214548@munnin.com
обсуждение исходный текст
Ответ на Savepoints in ODBC driver  (Rainer Bauer <usenet@munnin.com>)
Ответы Re: Savepoints in ODBC driver  (Richard Broersma <richard.broersma@gmail.com>)
Список pgsql-odbc
Hello,

anybody?

Sunday, August 9, 2009, 10:38:48 PM, I wrote:

RB> Hello,

RB> while checking some performance bottlenecks I realized that the ODBC
RB> driver is creating/deleting a savepoint for *every* command send to
RB> the server.

RB> Grep for SC_start_rbpoint and SC_started_rbpoint to see what I mean.
RB> This does require 3 roundtrips to the server (instead of one) and some
RB> additional processing time for the backend to create/delete the
RB> savepoint every time.

RB> What's the rational behind this? And can this be turned off somewhere?

RB> Rainer


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

Предыдущее
От: Assaf Lavie
Дата:
Сообщение: Pre-Built Binaries of psqlODBC for 64-bit Windows
Следующее
От: Richard Broersma
Дата:
Сообщение: Re: Savepoints in ODBC driver