Re: Queries very slow and memory consumption too high

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: Queries very slow and memory consumption too high
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C202FF666F@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на Re: Queries very slow and memory consumption too high  (Saurabh Dave <saurabhdave@gmail.com>)
Ответы Re: Queries very slow and memory consumption too high
Список pgsql-jdbc
Saurabh Dave wrote:
> "You'll have to analyze *what* is slow."
>
> That is an excellent question, which I am struggling to answer.
> As per your recommendation I moved DB Server on a remote
> machine and made following changes:
> 1. Postgres version 8.3.7.1 instead of 8.2
> 2. DB encoding changed from UTF-8 to SQL_ANSCII
>
> Now I see the performance of my application to be quite fast,
> I need to observe it for some more time though.
>
> But over the top, do you think that changing the encoding
> would make difference?

I don't think that this will have a big impact, and I wouldn't
do it if I were you. You want your database to be encoding-aware,
don't you? So I would change as little as possible in the setup,
in the hope that you can reproduce the slowdown.

Moving to 8.3.7 (what is 8.3.7.1?), on the other hand, is certainly
a good thing.

If your problem is something that develops over time, one thing
you could watch out for are resource leaks, most prominently
memory leaks.

Yours,
Laurenz Albe

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Thomas Finneid
Дата:
Сообщение: query priorities?
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Queries very slow and memory consumption too high