Re: pgsql: Bloom index contrib module

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Bloom index contrib module
Date: 2016-04-01 15:44:03
Message-ID: 56FE9743.1060103@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Several non-x86 members of pgbuildfarm aren't happy with it, we are
investigating the problem

Teodor Sigaev wrote:
> Bloom index contrib module
>
> Module provides new access method. It is actually a simple Bloom filter
> implemented as pgsql's index. It could give some benefits on search
> with large number of columns.
>
> Module is a single way to test generic WAL interface committed earlier.
>
> Author: Teodor Sigaev, Alexander Korotkov
> Reviewers: Aleksander Alekseev, Michael Paquier, Jim Nasby
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/pg/commitdiff/9ee014fc899a28a198492b074e32b60ed8915ea9
>
> Modified Files
> --------------
> contrib/Makefile | 1 +
> contrib/bloom/.gitignore | 4 +
> contrib/bloom/Makefile | 24 ++
> contrib/bloom/blcost.c | 48 ++++
> contrib/bloom/blinsert.c | 313 ++++++++++++++++++++++++++
> contrib/bloom/bloom--1.0.sql | 19 ++
> contrib/bloom/bloom.control | 5 +
> contrib/bloom/bloom.h | 178 +++++++++++++++
> contrib/bloom/blscan.c | 175 +++++++++++++++
> contrib/bloom/blutils.c | 463 +++++++++++++++++++++++++++++++++++++++
> contrib/bloom/blvacuum.c | 212 ++++++++++++++++++
> contrib/bloom/blvalidate.c | 220 +++++++++++++++++++
> contrib/bloom/expected/bloom.out | 122 +++++++++++
> contrib/bloom/sql/bloom.sql | 47 ++++
> contrib/bloom/t/001_wal.pl | 75 +++++++
> doc/src/sgml/bloom.sgml | 218 ++++++++++++++++++
> doc/src/sgml/contrib.sgml | 1 +
> doc/src/sgml/filelist.sgml | 1 +
> 18 files changed, 2126 insertions(+)
>
>

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2016-04-01 15:49:06 pgsql: Fix English in bloom module documentation
Previous Message Erik Rijkers 2016-04-01 14:36:21 Re: pgsql: Bloom index contrib module

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2016-04-01 16:37:39 Re: pgsql: Improve internationalization of messages involving type names
Previous Message Daniel Verite 2016-04-01 15:42:42 Re: raw output from copy