From: | Tomas Vondra <tv(at)fuzzy(dot)cz> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: tweaking NTUP_PER_BUCKET |
Date: | 2014-07-12 11:43:29 |
Message-ID: | 53C11F61.2030205@fuzzy.cz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 12.7.2014 11:39, Simon Riggs wrote:
> On 11 July 2014 18:25, Tomas Vondra <tv(at)fuzzy(dot)cz> wrote:
>
>> Turns out getting this working properly will quite complicated.
>
> Lets keep this patch simple then. Later research can be another patch.
Well, the dense allocation is independent to the NTUP_PER_BUCKET
changes, and only happened to be discussed here because it's related to
hash joins. My plan was to keep it as a separate patch, thus not making
the NTUP patch any more complex.
> In terms of memory pressure, having larger joins go x4 faster has a
> much more significant reducing effect on memory pressure than
> anything else. So my earlier concerns seem less of a concern.
OK.
> So lets just this change done and then do more later.
There's no way back, sadly. The dense allocation turned into a
challenge. I like challenges. I have to solve it or I won't be able to
sleep.
regards
Tomas
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2014-07-12 12:23:34 | Re: Missing autocomplete for CREATE DATABASE |
Previous Message | Tomonari Katsumata | 2014-07-12 11:18:20 | Re: proposal: rounding up time value less than its unit. |