Re: Hash Join cost estimates

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Hash Join cost estimates
Дата
Msg-id 20130330201525.GY4361@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: Hash Join cost estimates  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-hackers
Jeff,

* Jeff Davis (pgsql@j-davis.com) wrote:
> On Thu, 2013-03-28 at 19:56 -0400, Stephen Frost wrote:
> >   41K hashed, seqscan 4M: 115030.10 + 1229.46 = 116259.56
> >   4M hashed, seqscan 41K: 1229.46 + 211156.20 = 212385.66
>
> I think those are backwards -- typo?

Yes, sorry, those are backwards.  The '4M hashed, seqscan 41K' entry
comes out with the lower cost and that's what we end up using.
Thanks,
    Stephen

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: HS and clog
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Hash Join cost estimates