Re: Pluggable Indexes

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Pluggable Indexes
Дата
Msg-id 49774947.3020409@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Pluggable Indexes  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Gregory Stark wrote:
> But to do that we need an abstract interface that doesn't depend on internal
> data structures, not a generic plugin facility that allows the plugin to
> hijack the whole system.
> 
> We need something more like indexams which provides a set of call points which
> do specific functions, only get called when they're needed, and are expected
> to only do the one thing they've been asked to do.

That's called GiST. ;-)

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Mark Kirkwood
Дата:
Сообщение: Re: Status Report on Hot Standby
Следующее
От: Martin Pihlak
Дата:
Сообщение: Re: reducing statistics write overhead