We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55abb37 commit 2a9a34cCopy full SHA for 2a9a34c
doc/src/sgml/release-14.sgml
@@ -901,12 +901,12 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
901
902
<para>
903
Improve the performance of updates and deletes on partitioned tables
904
- when only a few partitions are affected (Amit Langote, Tom Lane)
+ with many partitions (Amit Langote, Tom Lane)
905
</para>
906
907
908
- This change reduces the planner's overhead for such cases, and
909
- also allows updates/deletes on partitioned tables to use
+ This change greatly reduces the planner's overhead for such cases,
+ and also allows updates/deletes on partitioned tables to use
910
execution-time partition pruning.
911
912
</listitem>
0 commit comments