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

From Christian Bucanac
Subject RE: slow performance postgres 7.0.3 and odbc
Date
Msg-id 5146853DD571D411AC54000102070D611C7EE2@MINGBGNTS02
Whole thread Raw
In response to slow performance postgres 7.0.3 and odbc  (juerg.rietmann@pup.ch)
Responses Re: slow performance postgres 7.0.3 and odbc
RE: slow performance postgres 7.0.3 and odbc
List pgsql-odbc
Yes, I know, the performace is/was bad. I found a major performace
bottleneck in the driver. I fixed it, try the attached ODBC driver.

How to:
* Backup your register
* Run the attached psqlodbc.reg
* Rename your current psqlodbc.dll
* Copy the attached psqlodbc.dll to the location of renamed psqlodbc.dll
* Run much faster!

Other tips:
* Start postmaster with fsync off
* Remove the index and recrate them later
* Turn off autocommit and/or begin transaction/commit

/Buckis



-----Original Message-----
From: juerg.rietmann@pup.ch [mailto:juerg.rietmann@pup.ch]
Sent: den 15 juni 2001 15: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?

Thanks ... jr

============================================
PFISTER + PARTNER, SYSTEM - ENGINEERING AG
Juerg Rietmann
Grundstrasse 22a
6343 Rotkreuz
Switzerland

phone: +4141 790 4040
fax: +4141 790 2545
mobile: +4179 211 0315
============================================


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly


Attachment

pgsql-odbc by date:

Previous
From: Dave Page
Date:
Subject: RE: Error handling in ODBC
Next
From: Dariusz Pietrzak
Date:
Subject: Feature request -> fallback database server.