Re: Who is a maintainer of GiST code ? - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: Who is a maintainer of GiST code ?
Date
Msg-id 3A419C99.934EEFA4@alumni.caltech.edu
Whole thread Raw
In response to Re: Who is a maintainer of GiST code ?  (Oleg Bartunov <oleg@sai.msu.su>)
List pgsql-hackers
> We finished (cross fingers) our changes in GiST code for 7.0.3
> and in next 2 days we plan to send patches for upcoming 7.1 release.
> Isn't this too late ? What else we need to submit ?

Not too late, especially if it is fixing bugs. And even if not, anything
we can do to encourage active development and use of GiST is worth the
effort imho. I'll guess that unless we are talking about some extreme,
far-reaching changes in the backend others will agree.

> We have int4array contribution package which added index support for
> integer arrays and it's probably should come to contrib directory.
> We got about 3 orders of magnitude speedup using RD-Tree.
> Probably we need to add regression test for GiST.
> We have following fixes for GiST (7.0.3):
> 1. indices now store on disk in  compressed form - was decompressed which
>    causes broken index when using compression function
>    (now compression of indices is really works)
> 2. NULLs now don't broken index
> 3. added support for keys with variable length - was fixed-length
> Patches and contribution package could be prepared in several days,
> documentation with some benchmarks and blurbs require more time.
> We plan to use these last changes to speedup our full-text-search
> ( killer application ) and write article to popularize GiST+Postgres.
> Any thoughts ?

Go go go !!! :)
                      - Thomas


pgsql-hackers by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: Future beta releases ...
Next
From: Thomas Lockhart
Date:
Subject: Re: Sample databases?