Re: How to change order sort of table in HashJoin

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to change order sort of table in HashJoin
Дата
Msg-id 18388.1479659979@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: How to change order sort of table in HashJoin  (Man <man.trieu@gmail.com>)
Ответы Re: How to change order sort of table in HashJoin
Список pgsql-hackers
Man <man.trieu@gmail.com> writes:
> Additional information.
> In 9.6 the second table (lesser tuple) was choosen (the same testdata).
> There are something (cost estimation?) different  in previous versions.

I'd bet on different statistics in the two installations (either you
forgot to ANALYZE, or the random sample came up quite a bit different).
And I'm a little suspicious that these tests weren't all done with the
same work_mem setting.

            regards, tom lane


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Mail thread references in commits
Следующее
От: Andreas Seltenreich
Дата:
Сообщение: [sqlsmith] Failed assertion in parallel worker in ExecInitSubPlan