Re: [GENERAL] GiST: Need ideas on how to minimise data in a GiST index

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] GiST: Need ideas on how to minimise data in a GiST index
Дата
Msg-id 16818.1048523223@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] GiST: Need ideas on how to minimise data in a GiST index  ("Mark Cave-Ayland" <m.cave-ayland@webbased.co.uk>)
Список pgsql-hackers
"Mark Cave-Ayland" <m.cave-ayland@webbased.co.uk> writes:
> This sounds exactly as if it would solve the problem. Have you got any
> pointers to documentation on this, and more specifically on the
> PostgreSQL implementation of GiST? (I'm guessing this is a GiST only
> extension). Has it been available since PostgreSQL 7.1 aswell?

No, lossiness is a generic index property.  There's been some level of
support for it since Berkeley days, although we improved the flexibility
in 7.2 --- we now think of lossiness as a property associated with
specific operators rather than a whole index.  That would probably not
matter for this particular situation, since you'd be wanting to mark all
the operators lossy anyway.

You can read about this stuff in the PG Programmer's Guide,
"Interfacing Extensions To Indexes".  I'd start with the 7.3 version
and then work backwards.

            regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Mark Cave-Ayland"
Дата:
Сообщение: Re: [GENERAL] GiST: Need ideas on how to minimise data in a GiST index
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: PQescapeBytea on Win32