Re: How to read query plan

Поиск
Список
Период
Сортировка
От John Arbash Meinel
Тема Re: How to read query plan
Дата
Msg-id 423478B1.7080106@arbash-meinel.com
обсуждение исходный текст
Ответ на Re: How to read query plan  (Miroslav Šulc <miroslav.sulc@startnet.cz>)
Ответы Re: How to read query plan  (Miroslav Šulc <miroslav.sulc@startnet.cz>)
Re: How to read query plan  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
Miroslav Šulc wrote:

> Hi John,
>
> thank you for your response.
>
How about a quick side track.
Have you played around with your shared_buffers, maintenance_work_mem,
and work_mem settings?
What version of postgres are you using? The above names changed in 8.0,
and 8.0 also has some perfomance improvements over the 7.4 series.

What is your hardware? Are you testing this while there is load on the
system, or under no load.
Are you re-running the query multiple times, and reporting the later
speeds, or just the first time? (If nothing is loaded into memory, the
first run is easily 10x slower than later ones.)

Just some background info. If you have set these to reasonable values,
we probably don't need to spend much time here, but it's just one of
those things to check.

John
=:->


Вложения

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

Предыдущее
От: Miroslav Šulc
Дата:
Сообщение: Re: How to read query plan
Следующее
От: John Arbash Meinel
Дата:
Сообщение: Re: How to read query plan