Re: Re: Full text searching, anyone interested?

From: Teodor <teodor(at)machaon(dot)ru>
To: Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: Full text searching, anyone interested?
Date: 2001-06-03 19:03:26
Message-ID: 3B1A89FE.F644A4E2@machaon.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > > I would love to find a way to get a bitmap like index native to Postgres. I
[skip]

> We could implement bitmap handling functions based on one dimentional arrays of
> integers. That's how my stuff deals with them, and postgres already manages
> them.
>

look at contrib/intarray. gist__intbig_ops is a variant of signature
tree (from each array get bitmap signature).

Regards,
Teodor

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dale Johnson 2001-06-04 03:15:03 REPLACE INTO table a la mySQL
Previous Message mlw 2001-06-03 17:22:03 Re: Full text searching, anyone interested?