Re: Parallel Full Hash Join
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: Jaime Casanova <jcasanov@systemguards.com.ec>
Cc: Melanie Plageman <melanieplageman@gmail.com>,
vignesh C <vignesh21@gmail.com>, Greg Nancarrow <gregn4422@gmail.com>,
Masahiko Sawada <sawada.mshk@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-09-30T22:57:59Z
Lists: pgsql-hackers
On Tue, Sep 21, 2021 at 9:29 AM Jaime Casanova <jcasanov@systemguards.com.ec> wrote: > Do you intend to commit 0001 soon? Specially if this apply to 14 should > be committed in the next days. Thanks for the reminder. Yes, I'm looking at this now, and looking into the crash of this patch set on CI: https://cirrus-ci.com/task/5282889613967360 Unfortunately, cfbot is using very simple and old CI rules which don't have a core dump analysis step on that OS. :-( (I have a big upgrade to all this CI stuff in the pipeline to fix that, get full access to all logs, go faster, and many other improvements, after learning a lot of tricks about running these types of systems over the past year -- more soon.) > 0003: i'm testing this now, not at a big scale but just to try to find > problems Thanks!
Commits
-
Remove overzealous assertion from PHJ.
- b37d051b0e59 16.0 landed
-
Remove comment obsoleted by 11c2d6fd.
- f303ec6210c4 16.0 landed
-
Parallel Hash Full Join.
- 11c2d6fdf5af 16.0 landed
-
Improve the naming of Parallel Hash Join phases.
- 8fba928fd788 16.0 landed
-
Update the names of Parallel Hash Join phases.
- 378802e3713c 14.0 landed
-
Add BarrierArriveAndDetachExceptLast().
- 7888b0999488 14.0 landed
-
Mop-up for wait event naming issues.
- 3048898e73c7 13.0 cited
-
Push tuple limits through Gather and Gather Merge.
- 3452dc5240da 11.0 cited