RE: slow performance postgres 7.0.3 and odbc

Поиск
Список
Период
Сортировка
От Dave Page
Тема RE: slow performance postgres 7.0.3 and odbc
Дата
Msg-id 8568FC767B4AD311AC33006097BCD3D61A2C4C@woody.vale-housing.co.uk
обсуждение исходный текст
Ответ на slow performance postgres 7.0.3 and odbc  (juerg.rietmann@pup.ch)
Список 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 по дате отправления:

Предыдущее
От: Javier Yáñez
Дата:
Сообщение: Re: slow performance postgres 7.0.3 and odbc
Следующее
От: Javier Yáñez
Дата:
Сообщение: Re: slow performance postgres 7.0.3 and odbc