Re: hashjoins vs. Bloom filters (yet again)

From: "Matheus Alcantara" <matheusssilv97(at)gmail(dot)com>
To: "Tomas Vondra" <tomas(at)vondra(dot)me>, "Andrew Dunstan" <andrew(at)dunslane(dot)net>, "PostgreSQL Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: hashjoins vs. Bloom filters (yet again)
Date: 2026-07-20 18:21:27
Message-ID: DK3LV7BQ54VS.1WDBDZTKK94HL@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon Jul 20, 2026 at 10:53 AM -03, Tomas Vondra wrote:
> Here is a v6 with an experimental version of building the filters on
> joins, and a couple more improvements. I did not include your v5 changes
> in selecting interesting filters - sorry about that. I ran out of time,
> and I assume you may have a newer version of those changes? Your changes
> seem largely orthogonal to the changes I did, so it should not be very
> hard to adjust.
>

Thanks for the new version. I'll study it and I'll apply my v5 changes
with your previous comments fixed on top of your v6 - no problem with
this.

I'll share some comments of v6 changes soon.

--
Matheus Alcantara
EDB: https://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2026-07-20 18:28:55 Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks
Previous Message Matheus Alcantara 2026-07-20 18:17:57 Re: hashjoins vs. Bloom filters (yet again)