Re: ODBC driver performance on large result-sets - Mailing list pgsql-odbc

From Alistair Bayley
Subject Re: ODBC driver performance on large result-sets
Date
Msg-id 79d7c4980805281400w78d7ba9akb6dc5bdf0ff9af78@mail.gmail.com
Whole thread Raw
In response to ODBC driver performance on large result-sets  ("Alistair Bayley" <alistair@abayley.org>)
List pgsql-odbc
> Attached are two C programs. They borh (I believe) execute the same
> query against a PostgreSQL database on my WinXP laptop. The libpq
> version runs quickly (in a second or less), while the ODBC version
> takes about 40 seconds.

Never mind. I just noticed that the ODBC driver has "disable genetic
optimizer" checked. If I uncheck then presumably the query gets some
decent optimisation, and runs as quickly as the libpq version. Is this
a sensible default setting?

Sorry for the spam.

Alistair

pgsql-odbc by date:

Previous
From: "Alistair Bayley"
Date:
Subject: ODBC driver performance on large result-sets
Next
From: "Igor Neyman"
Date:
Subject: odbc install error on Windows