mirror of
https://github.com/postgres/postgres.git
synced 2025-05-12 00:01:58 -04:00
doc PG 18 relnotes: adjust hash item
Reported-by: David Rowley Discussion: https://postgr.es/m/CAApHDvrNmGncNgZMh2oBG5K-+4d1LGJgzrz7180OcHRT1VFojw@mail.gmail.com
This commit is contained in:
parent
cf847d6340
commit
092e72a930
@ -363,12 +363,28 @@ Allow merge joins to use incremental sorts (Richard Guo)
|
||||
<!--
|
||||
Author: David Rowley <drowley@postgresql.org>
|
||||
2024-08-20 [adf97c156] Speed up Hash Join by making ExprStates support hashing
|
||||
Author: David Rowley <drowley@postgresql.org>
|
||||
2024-12-11 [0f5738202] Use ExprStates for hashing in GROUP BY and SubPlans
|
||||
Author: Jeff Davis <jdavis@postgresql.org>
|
||||
2025-03-24 [4d143509c] Create accessor functions for TupleHashEntry.
|
||||
Author: Jeff Davis <jdavis@postgresql.org>
|
||||
2025-03-24 [a0942f441] Add ExecCopySlotMinimalTupleExtra().
|
||||
Author: Jeff Davis <jdavis@postgresql.org>
|
||||
2025-03-24 [626df47ad] Remove 'additional' pointer from TupleHashEntryData.
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Improve the performance of hash joins (David Rowley)
|
||||
Improve the performance and reduce memory usage of hash joins and GROUP BY (David Rowley, Jeff Davis)
|
||||
<ulink url="&commit_baseurl;adf97c156">§</ulink>
|
||||
<ulink url="&commit_baseurl;0f5738202">§</ulink>
|
||||
<ulink url="&commit_baseurl;4d143509c">§</ulink>
|
||||
<ulink url="&commit_baseurl;a0942f441">§</ulink>
|
||||
<ulink url="&commit_baseurl;626df47ad">§</ulink>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
This also improves hash set operations used by EXCEPT, and hash lookups of subplan values.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user