Re: I don't understand that EXPLAIN PLAN timings

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: Jean-Christophe Boggio <postgresql(at)thefreecat(dot)org>, pgsql-performance(at)lists(dot)postgresql(dot)org
Subject: Re: I don't understand that EXPLAIN PLAN timings
Date: 2024-01-25 21:32:27
Message-ID: 456126.1706218347@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

David Rowley <dgrowleyml(at)gmail(dot)com> writes:
> I do wonder now if it was a bad idea to make Memoize build the hash
> table on plan startup rather than delaying that until we fetch the
> first tuple. I see Hash Join only builds its table during executor
> run.

Ouch! If it really does that, yes it's a bad idea.

regards, tom lane

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Jean-Christophe Boggio 2024-01-26 03:22:53 Re: I don't understand that EXPLAIN PLAN timings
Previous Message David Rowley 2024-01-25 21:11:46 Re: I don't understand that EXPLAIN PLAN timings