Re: Eager aggregation, take 3

From: Richard Guo <guofenglinux(at)gmail(dot)com>
To: Andy Fan <zhihuifan1213(at)163(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Eager aggregation, take 3
Date: 2024-04-10 09:42:52
Message-ID: CAMbWs49B_qUiHvu2EqLHZRpLr3p_+QPBs50n2=L5ibYzniwTzA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

There is a conflict in the parallel_schedule file. So here is another
rebase. Nothing else has changed.

Thanks
Richard

Attachment Content-Type Size
v5-0001-Introduce-RelInfoList-structure.patch application/octet-stream 14.3 KB
v5-0002-Introduce-RelAggInfo-structure-to-store-info-for-grouped-paths.patch application/octet-stream 7.8 KB
v5-0003-Set-up-for-eager-aggregation-by-collecting-needed-infos.patch application/octet-stream 14.3 KB
v5-0004-Implement-functions-that-create-RelAggInfos-if-applicable.patch application/octet-stream 26.0 KB
v5-0005-Implement-functions-that-generate-paths-for-grouped-relations.patch application/octet-stream 13.1 KB
v5-0006-Build-grouped-relations-out-of-base-relations.patch application/octet-stream 9.0 KB
v5-0007-Build-grouped-relations-out-of-join-relations.patch application/octet-stream 24.4 KB
v5-0008-Add-test-cases.patch application/octet-stream 71.5 KB
v5-0009-Add-README.patch application/octet-stream 4.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2024-04-10 09:58:22 Re: Is this a problem in GenericXLogFinish()?
Previous Message jian he 2024-04-10 09:34:30 Re: Can't find not null constraint, but \d+ shows that