Re: [HACKERS] Poor memory context performance in large hash joins - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Poor memory context performance in large hash joins
Date
Msg-id 31888.1488993771@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Poor memory context performance in large hash joins  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> On 2017-03-07 13:06:39 -0500, Tom Lane wrote:
>> The hashjoin issue is certainly new, and the reorderbuffer issue can't
>> go back further than 9.4.  So my inclination is to patch back to 9.4
>> and call it good.

> That works for me.  If we find further cases later, we can easily enough
> backpatch it then.

Done like that.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [HACKERS] Patch: Write Amplification Reduction Method (WARM)
Next
From: Jeff Janes
Date:
Subject: Re: [HACKERS] Parallel bitmap heap scan