Re: 'best practises' to speed up sorting? tuning postgresql.conf

Поиск
Список
Период
Сортировка
От Arjen van der Meijden
Тема Re: 'best practises' to speed up sorting? tuning postgresql.conf
Дата
Msg-id 001001c33d6c$9590c140$3ac15e91@acm
обсуждение исходный текст
Ответ на 'best practises' to speed up sorting? tuning postgresql.conf  ("Chris Hutchinson" <chris@hutchinsonsoftware.com>)
Список pgsql-performance
> Chris Hutchinson wrote:

> I'm wondering how to speed up sorting which is slowing a
> query run regularly on a linux postgresql 7.3.3 system.
I see a lot of seq scans in your explain and there are no index scans,
have you done a 'vacuum analyze' lately?

Arjen




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

Предыдущее
От: Shridhar Daithankar
Дата:
Сообщение: Re: 'best practises' to speed up sorting? tuning postgresql.conf
Следующее
От: Thomas Swan
Дата:
Сообщение: Re: Memory question