Re: WIP: Hash Join-Filter Pruning using Bloom Filters - Mailing list pgsql-hackers

From Hannes Eder
Subject Re: WIP: Hash Join-Filter Pruning using Bloom Filters
Date
Msg-id 154e089b0811021436r222614fbw411ab446903b815f@mail.gmail.com
Whole thread Raw
In response to WIP: Hash Join-Filter Pruning using Bloom Filters  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Responses Re: WIP: Hash Join-Filter Pruning using Bloom Filters  ("Jonah H. Harris" <jonah.harris@gmail.com>)
List pgsql-hackers
On Sun, Nov 2, 2008 at 10:49 PM, Jonah H. Harris <jonah.harris@gmail.com> wrote:
> Similarly, I
> created a GUC to enable pruning, named bloom_pruning.

I guess calls to bloom_filter_XXX should be surrounded by "if
(bloom_pruning) ..." or a similar construct, i.e. make use of the GUC
variable bloom_pruning in the rest of the code.

Can you provide some figures on the performance impact of the bloom filter?

Best,
-Hannes


pgsql-hackers by date:

Previous
From: "Jonah H. Harris"
Date:
Subject: WIP: Hash Join-Filter Pruning using Bloom Filters
Next
From: "Jonah H. Harris"
Date:
Subject: Re: WIP: Hash Join-Filter Pruning using Bloom Filters