pgsql: Describe hash join implementation - Mailing list pgsql-committers

From Tomas Vondra
Subject pgsql: Describe hash join implementation
Date
Msg-id E1q01sO-000hAk-IH@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Describe hash join implementation

Add a high level description of our implementation of the hybrid hash
join algorithm to the block comment in nodeHashjoin.c.

Author: Melanie Plageman <melanieplageman@gmail.com>
Reviewed-by: Tomas Vondra <tomas.vondra@enterprisedb.com>
Reviewed-by: Jehan-Guillaume de Rorthais <jgdr@dalibo.com>
Discussion: https://postgr.es/m/20230516160051.4267a800%40karst

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/507615fc533b1b65bcecc6218e36436687fe8420

Modified Files
--------------
src/backend/executor/nodeHashjoin.c | 45 +++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid naming conflict between transactions.sql and namespace.sql
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: PG 16 relnotes, delete reverted grant, adjust version num