RE: slow performance postgres 7.0.3 and odbc - Mailing list pgsql-odbc

From Dave Page
Subject RE: slow performance postgres 7.0.3 and odbc
Date
Msg-id 8568FC767B4AD311AC33006097BCD3D61A2C4C@woody.vale-housing.co.uk
Whole thread Raw
In response to slow performance postgres 7.0.3 and odbc  (juerg.rietmann@pup.ch)
List pgsql-odbc

> -----Original Message-----
> From: juerg.rietmann@pup.ch [mailto:juerg.rietmann@pup.ch]
> Sent: 15 June 2001 14:21
> To: pgsql-odbc@postgresql.org
> Subject: [ODBC] slow performance postgres 7.0.3 and odbc
>
>
> Hello there
>
> I just made a test creating 2495 records from a C++ prog.
> into a postgres table. This took me around 4 minutes. Doing
> the same against an access db takes 30 seconds ! I use
> Version 6.50.00.00 from 04.02.2000.
>
> What can I do to speed up the ODBC performance?

Check that ODBC Tracing is switched off in the ODBC driver manager, and that
the Debug Log (mylog) is switched off in the ODBC driver
(HKEY_LOCAL_MACHINE\Software\ODBC\odbcinst.ini\PostgreSQL\Debug = 0). The
Commlog option uin the driver could slow things as well but not even
remotely close to the amount the other two logs can slow the system down.

I would also consider getting the latest driver (07.01.0005) from
ftp://ftp.postgresql.org/pub/odbc/

HTH, Dave.

pgsql-odbc by date:

Previous
From: Javier Yáñez
Date:
Subject: Re: slow performance postgres 7.0.3 and odbc
Next
From: Javier Yáñez
Date:
Subject: Re: slow performance postgres 7.0.3 and odbc