From: | Amit Langote <amitlangote09(at)gmail(dot)com> |
---|---|
To: | Bruce Momjian <bruce(at)momjian(dot)us> |
Cc: | Justin Pryzby <pryzby(at)telsasoft(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: PG 14 release notes, first draft |
Date: | 2021-05-14 01:40:42 |
Message-ID: | CA+HiwqEQggO0FDfNqcK18JiNh832u3AR3MZOGFZNszg1cibQsg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, May 13, 2021 at 11:59 PM Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> On Thu, May 13, 2021 at 02:46:58PM +0900, Amit Langote wrote:
> > How about writing the 2nd line instead as:
> >
> > Updates/deletes on partitioned tables can now use execution-time
> > partition pruning.
> >
> > We don't seem to use the term "run-time pruning" anywhere else in the
> > documentation, and "pruning of updates/deletes" sounds strange.
>
> Good point, updated text:
>
> <listitem>
> <!--
> Author: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> 2021-03-31 [86dc90056] Rework planning and execution of UPDATE and DELETE.
> Author: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> 2021-04-06 [a1115fa07] Postpone some more stuff out of ExecInitModifyTable.
> Author: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> 2021-04-06 [c5b7ba4e6] Postpone some stuff out of ExecInitModifyTable.
> -->
>
> <para>
> Improve the performance of updates/deletes on partitioned tables
> when only a few partitions are affected (Amit Langote, Tom Lane)
> </para>
>
> <para>
> This also allows updates/deletes on partitioned tables to use
> execution-time partition pruning.
> </para>
> </listitem>
Thank you.
--
Amit Langote
EDB: http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2021-05-14 01:41:42 | Re: compute_query_id and pg_stat_statements |
Previous Message | Julien Rouhaud | 2021-05-14 01:40:15 | Re: compute_query_id and pg_stat_statements |