Re: Improve hash join's handling of tuples with null join keys - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Improve hash join's handling of tuples with null join keys
Date
Msg-id 470075.1756063113@sss.pgh.pa.us
Whole thread Raw
In response to Re: Improve hash join's handling of tuples with null join keys  (Marc-Olaf Jaschke <moj@dshare.de>)
List pgsql-hackers
Marc-Olaf Jaschke <moj@dshare.de> writes:
> I can confirm that the patch fixes the issue (Bug #19030). The memory usage remains within the expected range of
work_mem.
> This also applies to parallel hash joins.
> The query also runs significantly faster.
> I also tested cases with multiple left joins.
> I have only observed this problem when there are many null values in the join column.

Thanks for testing!

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Identifying function-lookup failures due to argument name mismatches
Next
From: Tom Lane
Date:
Subject: Re: No error checking when reading from file using zstd in pg_dump