Re:

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: vmikheev(at)SECTORBASE(dot)COM, Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re:
Date: 2000-12-09 15:45:33
Message-ID: 11321.976376733@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-novice

Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> writes:
> btw, is there a restriction to length of key in GiST in 7.1 ?

Index tuples still have to fit in a block --- no TOAST table for
an index (yet).

I think we can compress index datums in-line though; at least that
should work in principle.

regards, tom lane

In response to

  • at 2000-12-09 12:40:53 from Oleg Bartunov

Responses

  • Re: at 2000-12-09 16:03:17 from Oleg Bartunov

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-12-09 15:52:05 Re: pgsql/src/backend/commands (command.c vacuum.c)
Previous Message Bruce Momjian 2000-12-09 15:18:17 Re: Using Threads?

Browse pgsql-novice by date

  From Date Subject
Next Message Oleg Bartunov 2000-12-09 16:03:17 Re:
Previous Message mlw 2000-12-09 14:28:37 Re: OK, does anyone have any better ideas?