Re: Query performance

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема Re: Query performance
Дата
Msg-id 2f4958ff0910120629n7390ad4cuc279eee3367ee1d7@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Query performance  (S Arvind <arvindwill@gmail.com>)
Ответы Re: Query performance  (Matthew Wakeling <matthew@flymine.org>)
Re: Query performance  (S Arvind <arvindwill@gmail.com>)
Список pgsql-performance
btw, what's the version of db ?
what's the work_mem setting ?

try setting work_mem to higher value. As postgresql will fallback to disc sorting if the content doesn't fit in work_mem, which it probably doesn't (8.4+ show the memory usage for sorting, which your explain doesn't have).

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

Предыдущее
От: S Arvind
Дата:
Сообщение: Re: Query performance
Следующее
От: Matthew Wakeling
Дата:
Сообщение: Re: Query performance