Re: Serious performance problem

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB SD
Тема Re: Serious performance problem
Дата
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA41EB3DD@m0114.s-mxs.net
обсуждение исходный текст
Ответ на Serious performance problem  ("Tille, Andreas" <TilleA@rki.de>)
Ответы Re: Serious performance problem
Список pgsql-hackers
> I also
> enforced the index scan and compared with forbidding the index scan.
The
> result was on my more realistic examples that both versions performed
quite
> the same.  There was no *real* difference. For sure in this simple
query there
> is a difference but the real examples showed only 2% - 5% speed
increase
> (if not slower with enforcing index scans!).

You could somewhat speed up the query if you avoid that the sort
hits the disk. A simple test here showed, that you need somewhere
near sort_mem = 15000 in postgresql.conf.

Andreas


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

Предыдущее
От: Lee Kindness
Дата:
Сообщение: Re: Compiling on Solaris with Sun compiler
Следующее
От: Brent Verner
Дата:
Сообщение: Re: Serious performance problem