Re: Slow Performance in PostgreSQL - Mailing list pgsql-hackers

From Hiroshi Inoue
Subject Re: Slow Performance in PostgreSQL
Date
Msg-id 3B613D06.CA3A0E6C@tpf.co.jp
Whole thread Raw
In response to Re: Slow Performance in PostgreSQL  (Hiroshi Inoue <Inoue@tpf.co.jp>)
List pgsql-hackers
Michael Rudolph wrote:
> 
> To let all of you know the status of my problem: I got on one large
> step when realized, that I forgot a "vacuum analyze" after copying the
> data. When I did this, my performance gain was huge - but didn't reach
> the performance of centura at all. It is still a bit slower. Maybe I
> can optimize the ODBC-Connection in any way, because there is still
> one unsolved question when watching the postgres-logfile: Every query
> is done two times (I don't know why) and both queries of one type need
> the same execution time. So I think, if I manage to reduce that load,
> I can get an acceptable performance.
> 

Could you turn on mylog debug though it generates a lot of
debug output ? To turn on it, please add the Windows registry
entry
HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\PostgreSQL\Debug
as 1. To turn off mylog debug, please set the entry to 0 or
remove it.

regards,
Hiroshi Inoue


pgsql-hackers by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: LIBPQ on Windows and large Queries
Next
From: Robert Vojta
Date:
Subject: indexes and big tables