Re: pgsql: Add Result Cache executor node

From: Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: David Rowley <drowley(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add Result Cache executor node
Date: 2021-04-01 01:15:38
Message-ID: be36e038-9b68-ad57-d70e-d1d7369fde91@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 4/1/21 2:52 AM, Tom Lane wrote:
> David Rowley <dgrowleyml(at)gmail(dot)com> writes:
>> On Thu, 1 Apr 2021 at 12:32, David Rowley <drowley(at)postgresql(dot)org> wrote:
>>> Add Result Cache executor node
>
>> I'm not really sure why yet why many buildfarm members don't like this.
>
> Something that struck me is that the animals that stayed green were
> almost exclusively Debian and macOS, while the unhappy ones were
> uniformly not. That pattern makes no sense --- why would Debian
> act differently from other Linuxen? --- but it sure seems real.
>
> [ looks a bit more... ] Actually, most of those Debian machines
> are Andres' test menagerie. So maybe there's some commonality
> of configuration of his animals that is connected to this.
>
> Anyway, it looks like I can probably reproduce it on florican's
> host, if you still need help understanding it tomorrow. But
> I remain really dubious that this can work at all. Question:
> have you tried that test under CLOBBER_CACHE_ALWAYS?
>

I'd bet the failures are due to force_parallel_mode=regress. Notice that
it's actually *adding* one extra row with the stats, which could be
explained by stats from leader + worker. Not sure why some of the
numbers were not replaced by N, though.

regards

--
Tomas Vondra
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-04-01 01:36:23 Re: pgsql: Add Result Cache executor node
Previous Message Michael Paquier 2021-04-01 00:54:37 pgsql: Move some client-specific routines from SSLServer to PostgresNod