> > > 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

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to