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

2025-11-02 Thread Sivaprasad
No problem, thanks! On Sun, Nov 2, 2025 at 8:57 PM Adrian Klaver wrote: > > On 11/2/25 07:21, Adrian Klaver wrote: > > On 11/1/25 23:58, Sivaprasad wrote: > >> Hi all, > > > > FYI, this: > > > > https://www.postgresql.org/list/pgsql-announce/ > > > > "Announcement list pertaining to PostgreSQL an

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

2025-11-02 Thread Adrian Klaver
On 11/2/25 07:21, Adrian Klaver wrote: 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. My mistake. I see you sent to --announc

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

2025-11-02 Thread Adrian Klaver
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 focu

Re: Enquiry about TDE with PgSQL

2025-11-02 Thread Kai Wagner
On Sat, Nov 1, 2025 at 2:58 PM Bruce Momjian wrote: > If you want to move forward with TDE without waiting to see if the > temporary file compression patch will reduce the TDE code impact, you > need to dig into how the community does feature calculus and how that > calculus can be changed --- th

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

2025-11-02 Thread Michał Kłeczek
> On 2 Nov 2025, at 07:58, Sivaprasad wrote: > > Hi all, > > 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.