Re: [HACKERS] The case for removing replacement selection sort

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [HACKERS] The case for removing replacement selection sort
Дата
Msg-id CA+TgmoaoreoVzKx_r08vkSQeDm4MpofANSvsLKKz=FbAXG0j0g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] The case for removing replacement selection sort  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: [HACKERS] The case for removing replacement selection sort
Re: [HACKERS] The case for removing replacement selection sort
Список pgsql-hackers
On Sun, Sep 10, 2017 at 9:39 PM, Peter Geoghegan <pg@bowt.ie> wrote:
> To be clear, you'll still need to set replacement_sort_tuples high
> when testing RS, to make sure that we really use it for at least the
> first run when we're expected to. (There is no easy way to have
> testing mechanically verify that we really do only have one run in the
> end with RS, but I assume that such paranoia is unneeded.)

I seem to recall that raising replacement_sort_tuples makes
replacement selection look worse in some cases -- the optimization is
more likely to apply, sure, but the heap is also bigger, which hurts.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: [HACKERS] The case for removing replacement selection sort
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: [HACKERS] Automatic testing of patches in commit fest