Re: WIP: Hash Join-Filter Pruning using Bloom Filters

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com>
Cc: "Lawrence, Ramon" <ramon(dot)lawrence(at)ubc(dot)ca>, "Pg Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: WIP: Hash Join-Filter Pruning using Bloom Filters
Date: 2008-11-29 19:41:20
Message-ID: 3952.1227987680@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Jonah H. Harris" <jonah(dot)harris(at)gmail(dot)com> writes:
> I have a new patch which does not create a bloom filter unless it sees
> that the hash join is going to batch. I'll send it along later
> tonight.

So ... where's the updated patch?

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-11-29 21:06:54 Re: BUG #4553: HOLD cursors not materializing results fully
Previous Message Tom Lane 2008-11-29 17:42:29 Re: Statement-level triggers and inheritance