Re: GiST Indexing

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Eric Redmond <redmonde(at)purdue(dot)edu>
Cc: "'PostgreSQL Development'" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: GiST Indexing
Date: 2002-07-18 01:25:39
Message-ID: Pine.GSO.4.44.0207180424220.16571-100000@ra.sai.msu.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Yes, our GiST supports variable-length keys.
Take a look on http://www.sai.msu.su/~megera/postgres/gist/

Oleg
On Wed, 17 Jul 2002, Eric Redmond wrote:

> Could anyone familiar with the pg version of GiST tell me if the
> framework allows entries in the tree as non-uniform sizes (in other
> words, variable-length keys)? I want to write an extension for a
> TV-tree, but this is an essential component.
> Thanks;
> Eric Redmond
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

Regards,
Oleg
_____________________________________________________________
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

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-07-18 01:37:14 Re: utils C files
Previous Message Tony Reina 2002-07-18 00:56:12 Planner very slow on same query to slightly different tables