Re: [ANNOUNCE] BISCUIT – A Bitmap-Based Indexed Search Extension for PostgreSQL

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Sivaprasad <sivaprasad(dot)off(at)gmail(dot)com>, pgsql-announce(at)postgresql(dot)org
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [ANNOUNCE] BISCUIT – A Bitmap-Based Indexed Search Extension for PostgreSQL
Date: 2025-11-02 15:21:05
Message-ID: 511d8b14-5184-41ee-af55-18898ce5b53f@aklaver.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/1/25 23:58, Sivaprasad wrote:
> Hi all,

FYI, this:

https://www.postgresql.org/list/pgsql-announce/

"Announcement list pertaining to PostgreSQL and various third party
software."

is the announcement list.

>
> I'm excited to announce the release of BISCUIT, a new PostgreSQL
> extension focused on
> deterministic pattern matching using bitmaps and logical operations.
>
> Unlike pg_trgm, BISCUIT is deterministic — no verification required.
> It uses bitmap-based indexing to accelerate complex LIKE and pattern
> queries with
> significant performance gains.
>
> Available on PGXN: https://pgxn.org/dist/biscuit/
> Source & Docs: https://github.com/crystallinecore/biscuit
>
> Key features:
> - Bitmap-based indexed pattern matching
> - Deterministic and exact results
> - Works seamlessly with PostgreSQL indexing
> - Lightweight, portable C extension
>
> Feedback and contributions are welcome!
>
> Best regards,
> Sivaprasad Murali
> Author, BISCUIT Extension
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2025-11-02 15:27:06 Re: [ANNOUNCE] BISCUIT – A Bitmap-Based Indexed Search Extension for PostgreSQL
Previous Message Kai Wagner 2025-11-02 10:14:58 Re: Enquiry about TDE with PgSQL