Re: Understanding Hash Join performance - Mailing list pgsql-performance

From Robert Haas
Subject Re: Understanding Hash Join performance
Date
Msg-id BANLkTinN7Q_RXvs8qSuzdih0+9v7fe432g@mail.gmail.com
Whole thread Raw
In response to Re: Understanding Hash Join performance  (Claudio Freire <klaussfreire@gmail.com>)
List pgsql-performance
On Thu, Jun 2, 2011 at 2:56 PM, Claudio Freire <klaussfreire@gmail.com> wrote:
> 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.

It does.

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

pgsql-performance by date:

Previous
From: CS DBA
Date:
Subject: Re: Problem query
Next
From: pasman pasmański
Date:
Subject: Re: Why we don't want hints Was: Slow count(*) again...