Re: AW: Re: GiST for 7.1 !!

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Zeugswetter Andreas SB <ZeugswetterA(at)wien(dot)spardat(dot)at>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <selkovjr(at)mcs(dot)anl(dot)gov>, <hannu(at)tm(dot)ee>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: AW: Re: GiST for 7.1 !!
Date: 2001-01-11 10:54:06
Message-ID: Pine.GSO.4.31.0101111343560.10067-100000@ra.sai.msu.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 11 Jan 2001, Zeugswetter Andreas SB wrote:

>
> > > > we've almost totally rewrite gist.c because old code and algorithm
> > > > were not suitable for variable size keys. I think it might be
> > > > submitted into 7.1 beta source tree.
> > >
> > > Urgh. Dropping in a total rewrite when we're already past
> > beta3 doesn't
> > > strike me as good project management practice --- especially if the
> > > rewrite was done to add features (ie variable-size keys) not merely
> > > fix bugs. I think it might be more prudent to hold this for 7.2.
> >
> > OK. If our changes will not go to 7.1, is't possible to create
> > feature archive and announce it somewhere. It would be nice if
> > people could test it. Anyway, I'll create web page with all
> > docs and patches. I'm afraid one more year to 7.2 is enough for
> > GiST to die :-)
>
> I think featureism is the the most prominent argument for PostgreSQL.
> Thus standing before a decision to eighter fix GiST bugs and risc a new
> bug (limited to GiST) because of an added feature or shipping a known
> broken GiST, my vote would definitely be to add Oleg's patch.

Definetely, our changes limited to GiST insert algorithm only.
Other changes are bugfixes. I encourage people interested in GiST
to test my submission. Our implementation of RD-Tree which we used
to support of indexing of int4 arrays will works only with our
version of gist.c (actually our interest to GiST was motivated by
index support of int4 arrays).

Regards,

Oleg

>
> Andreas
>
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message rob 2001-01-11 12:07:18 Re: [HACKERS] Re: still no log
Previous Message Zeugswetter Andreas SB 2001-01-11 10:25:25 AW: Re: GiST for 7.1 !!