From: | Amit Langote <amitlangote09(at)gmail(dot)com> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, "David Rowley *EXTERN*" <dgrowleyml(at)gmail(dot)com> |
Subject: | Re: generic plans and "initial" pruning |
Date: | 2022-03-31 03:25:20 |
Message-ID: | CA+HiwqGoORM+yfm8PhGWfHNUSBbSUgTQC=s5ieV8b4FX1yDBrg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, Mar 28, 2022 at 4:28 PM Amit Langote <amitlangote09(at)gmail(dot)com> wrote:
> On Mon, Mar 28, 2022 at 4:17 PM Amit Langote <amitlangote09(at)gmail(dot)com> wrote:
> > Other than the changes mentioned above, the updated patch now contains
> > a bit more commentary than earlier versions, mostly around
> > AcquireExecutorLocks()'s new way of determining the set of relations
> > to lock and the significantly redesigned working of the "initial"
> > execution pruning.
>
> Forgot to rebase over the latest HEAD, so here's v7. Also fixed that
> _out and _read functions for PlanInitPruningOutput were using an
> obsolete node label.
Rebased.
--
Amit Langote
EDB: http://www.enterprisedb.com
Attachment | Content-Type | Size |
---|---|---|
v8-0004-Optimize-AcquireExecutorLocks-to-skip-pruned-part.patch | application/octet-stream | 94.3 KB |
v8-0001-Some-refactoring-of-runtime-pruning-code.patch | application/octet-stream | 26.5 KB |
v8-0003-Add-a-plan_tree_walker.patch | application/octet-stream | 3.9 KB |
v8-0002-Add-Merge-Append.partitioned_rels.patch | application/octet-stream | 17.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2022-03-31 03:28:44 | Re: Removing more vacuumlazy.c special cases, relfrozenxid optimizations |
Previous Message | Amit Langote | 2022-03-31 03:16:02 | Re: ExecRTCheckPerms() and many prunable partitions |