Re: pgsql: Add Result Cache executor node

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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-03-31 23:55:04
Message-ID: CAApHDvrrOUReU1r_EQZLdC4NzVf-789uxjnian3EbwH=nupCqA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Thu, 1 Apr 2021 at 12:47, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> David Rowley <drowley(at)postgresql(dot)org> writes:
> > Add Result Cache executor node
>
> You didn't seriously believe that EXPLAIN ANALYZE numbers
> would be stable in the buildfarm, did you?

If you look a bit harder you can probably see which ones I thought
would be stable and which ones I thought wouldn't based on the
explain_resultcache() function and what I pass the hide_hitmiss
parameter as. It appears that I might have been wrong, but at least
the code should probably answer your question.

Thanks for highlighting.

David

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2021-04-01 00:23:41 Re: pgsql: Add Result Cache executor node
Previous Message Tom Lane 2021-03-31 23:47:44 Re: pgsql: Add Result Cache executor node