Re: Understanding Hash Join performance

Поиск
Список
Период
Сортировка
От Claudio Freire
Тема Re: Understanding Hash Join performance
Дата
Msg-id BANLkTi=sPMDFd4qyFtPVhtUnsPquWNYC9A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Understanding Hash Join performance  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: Understanding Hash Join performance  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-performance
On Thu, Jun 2, 2011 at 4:57 PM, Kevin Grittner
<Kevin.Grittner@wicourts.gov> wrote:
> And the
> planner does take the size of work_mem and the expected data set
> into consideration when estimating the cost of the hash join.

And shouldn't it?

In a gross mode, when hash joins go to disk, they perform very poorly.
Maybe the planner should take that into account.

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

Предыдущее
От: Shaun Thomas
Дата:
Сообщение: Re: Problem query
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Understanding Hash Join performance