Re: Bloom Filter improvements in postgesql

2025-07-05 Thread Ross Heaney
from the paper <https://arxiv.org/abs/2502.02193> around using a rational number of hash functions is worthwhile and I would be happy to provide a patch for this Kind regards, Ross On Fri, Jul 4, 2025 at 6:26 PM Matthias van de Meent < boekewurm+postg...@gmail.com> wrote: > On

Re: Bloom Filter improvements in postgesql

2025-07-04 Thread Ross Heaney
n that list is to reply to all > for most messages unless people need/want to sidebar on a topic. Not sure > if that’s what you intended, but I suspect other people would find your > reply interesting. > > Best, > > David > > > > On Jul 3, 2025, at 16:44, Ross Heaney

Bloom Filter improvements in postgesql

2025-07-03 Thread Ross Heaney
Hi All, I would like to propose some improvements to the bloom filter implementation that exists in postgres at the moment. I will describe the changes along with a patch with some tests. I wanted to get feedback before I spend more time on this so the patch is not production ready(WIP) but is su