mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Doc: further tweaking of v14 release notes.
A recent question reminded me that the notes' description of
commit 86dc90056 rather undersold its benefits.
Discussion: https://postgr.es/m/4a3115d4-0fb2-e214-93e3-9a9d0974b883@deepbluecap.com
			
			
This commit is contained in:
		@@ -901,12 +901,12 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
       <para>
 | 
					       <para>
 | 
				
			||||||
        Improve the performance of updates and deletes on partitioned tables
 | 
					        Improve the performance of updates and deletes on partitioned tables
 | 
				
			||||||
        when only a few partitions are affected (Amit Langote, Tom Lane)
 | 
					        with many partitions (Amit Langote, Tom Lane)
 | 
				
			||||||
       </para>
 | 
					       </para>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
       <para>
 | 
					       <para>
 | 
				
			||||||
        This change reduces the planner's overhead for such cases, and
 | 
					        This change greatly reduces the planner's overhead for such cases,
 | 
				
			||||||
        also allows updates/deletes on partitioned tables to use
 | 
					        and also allows updates/deletes on partitioned tables to use
 | 
				
			||||||
        execution-time partition pruning.
 | 
					        execution-time partition pruning.
 | 
				
			||||||
       </para>
 | 
					       </para>
 | 
				
			||||||
      </listitem>
 | 
					      </listitem>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user