Re: Who is a maintainer of GiST code ?

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Hannu Krosing <hannu(at)tm(dot)ee>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Who is a maintainer of GiST code ?
Date: 2000-12-21 06:00:57
Message-ID: 3A419C99.934EEFA4@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs 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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Hannu Krosing 2000-12-21 09:05:47 Re: Who is a maintainer of GiST code ?
Previous Message Tom Lane 2000-12-20 20:51:12 Re: Who is a maintainer of GiST code ?

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2000-12-21 06:11:44 Re: Sample databases?
Previous Message Oleg Bartunov 2000-12-21 05:15:45 Re: Future beta releases ...