Re: Eager aggregation, take 3

From: Tender Wang <tndrwang(at)gmail(dot)com>
To: Richard Guo <guofenglinux(at)gmail(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Paul George <p(dot)a(dot)george19(at)gmail(dot)com>, Andy Fan <zhihuifan1213(at)163(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Eager aggregation, take 3
Date: 2024-08-29 03:22:24
Message-ID: CAHewXNn8zB5vH7r6bASznviYY-oJL_pxJyo=s6fPA+NV1_hv2g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Richard Guo <guofenglinux(at)gmail(dot)com> 于2024年8月29日周四 10:46写道:

> On Wed, Aug 28, 2024 at 9:01 PM Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> > On Tue, Aug 27, 2024 at 11:57 PM Tender Wang <tndrwang(at)gmail(dot)com> wrote:
> > > I haven't look all of them. I just pick few simple plan test(e.g.
> 19.sql, 45.sql).
> > > For example, 19.sql, eager agg pushdown doesn't get large gain, but a
> little
> > > performance regress.
> >
> > Yeah, this is one of the things I was worried about in my previous
> > reply to Richard. It would be worth Richard, or someone, probing into
> > exactly why that's happening. My fear is that we just don't have good
> > enough estimates to make good decisions, but there might well be
> > another explanation.
>
> It's great that we have a query to probe into. Your guess is likely
> correct: it may be caused by poor estimates.
>
> Tender, would you please help provide the outputs of
>
> EXPLAIN (COSTS ON, ANALYZE)
>
> on 19.sql with and without eager aggregation?
>

Yeah, in [1], 19_off.out and 19_on.out are the output of explain(costs off,
analyze).
I will do EXPLAIN(COSTS ON, ANALYZE) tests and upload them later today.

[1] https://github.com/tenderwg/eager_agg

--
Tender Wang

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tender Wang 2024-08-29 03:38:11 Re: Eager aggregation, take 3
Previous Message shveta malik 2024-08-29 03:17:30 Re: Collect statistics about conflicts in logical replication