Re: - Mailing list pgsql-hackers

From Tom Lane
Subject Re:
Date
Msg-id 11321.976376733@sss.pgh.pa.us
Whole thread Raw
In response to ...  (Oleg Bartunov <oleg@sai.msu.su>)
Responses Re:  (Oleg Bartunov <oleg@sai.msu.su>)
List pgsql-hackers
Oleg Bartunov <oleg@sai.msu.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


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Using Threads?
Next
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql/src/backend/commands (command.c vacuum.c)