Savepoints in ODBC driver

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

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

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

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

Rainer


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

Предыдущее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: 08.04.0100 build error on Fedora 11
Следующее
От: "Albe Laurenz"
Дата:
Сообщение: Re: What connection string driver options are available in psqlodbc_08_04_0100 ? Any documentation?