Re: Slow Performance in PostgreSQL

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: Slow Performance in PostgreSQL
Дата
Msg-id 3B613D06.CA3A0E6C@tpf.co.jp
обсуждение исходный текст
Ответ на Re: Slow Performance in PostgreSQL  (Hiroshi Inoue <Inoue@tpf.co.jp>)
Список 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 по дате отправления:

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: LIBPQ on Windows and large Queries
Следующее
От: Robert Vojta
Дата:
Сообщение: indexes and big tables