Savepoints in ODBC driver

From: Rainer Bauer <usenet(at)munnin(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Savepoints in ODBC driver
Date: 2009-08-09 20:38:48
Message-ID: 1061863615.20090809223848@munnin.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Albe Laurenz 2009-08-10 06:09:19 Re: What connection string driver options are available in psqlodbc_08_04_0100 ? Any documentation?
Previous Message Devrim GÜNDÜZ 2009-08-09 19:45:29 Re: 08.04.0100 build error on Fedora 11