Re: Slow query problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Slow query problem
Дата
Msg-id 20723.1073625127@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Slow query problem  (Mike Glover <mpg4@duluoz.net>)
Список pgsql-performance
Mike Glover <mpg4@duluoz.net> writes:
> You should bump sort_mem as high as you can stand.  with only 8MB sort
> memory available, you're swapping intermediate sort pages to disk --
> a lot. Try the query with sort_mem set to 75MB (to do the entire sort in
> memory).

7.4 will probably flip over to a hash-based aggregation method, and not
sort at all, once you make sort_mem large enough that it thinks the hash
table will fit in sort_mem.

            regards, tom lane

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Slow query problem
Следующее
От: Dennis Björklund
Дата:
Сообщение: Re: Slow query problem