Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit092e72a

Browse files
committed
doc PG 18 relnotes: adjust hash item
Reported-by: David RowleyDiscussion:https://postgr.es/m/CAApHDvrNmGncNgZMh2oBG5K-+4d1LGJgzrz7180OcHRT1VFojw@mail.gmail.com
1 parentcf847d6 commit092e72a

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

‎doc/src/sgml/release-18.sgml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,12 +363,28 @@ Allow merge joins to use incremental sorts (Richard Guo)
363363
<!--
364364
Author: David Rowley <drowley@postgresql.org>
365365
2024-08-20 [adf97c156] Speed up Hash Join by making ExprStates support hashing
366+
Author: David Rowley <drowley@postgresql.org>
367+
2024-12-11 [0f5738202] Use ExprStates for hashing in GROUP BY and SubPlans
368+
Author: Jeff Davis <jdavis@postgresql.org>
369+
2025-03-24 [4d143509c] Create accessor functions for TupleHashEntry.
370+
Author: Jeff Davis <jdavis@postgresql.org>
371+
2025-03-24 [a0942f441] Add ExecCopySlotMinimalTupleExtra().
372+
Author: Jeff Davis <jdavis@postgresql.org>
373+
2025-03-24 [626df47ad] Remove 'additional' pointer from TupleHashEntryData.
366374
-->
367375

368376
<listitem>
369377
<para>
370-
Improve the performance of hash joins (David Rowley)
378+
Improve the performanceand reduce memory usageof hash joinsand GROUP BY(David Rowley, Jeff Davis)
371379
<ulink url="&commit_baseurl;adf97c156">&sect;</ulink>
380+
<ulink url="&commit_baseurl;0f5738202">&sect;</ulink>
381+
<ulink url="&commit_baseurl;4d143509c">&sect;</ulink>
382+
<ulink url="&commit_baseurl;a0942f441">&sect;</ulink>
383+
<ulink url="&commit_baseurl;626df47ad">&sect;</ulink>
384+
</para>
385+
386+
<para>
387+
This also improves hash set operations used by EXCEPT, and hash lookups of subplan values.
372388
</para>
373389
</listitem>
374390

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp