Re: Pluggable Indexes

Поиск
Список
Период
Сортировка
От Ron Mayer
Тема Re: Pluggable Indexes
Дата
Msg-id 4977794B.90704@cheapcomplexdevices.com
обсуждение исходный текст
Ответ на Re: Pluggable Indexes  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: Pluggable Indexes  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Re: Pluggable Indexes  (Teodor Sigaev <teodor@sigaev.ru>)
Список pgsql-hackers
Gregory Stark wrote:
> Simon Riggs <simon@2ndQuadrant.com> writes:
> 
>> The original design of Postgres allowed pluggable index access methods,
>> but that capability has not been brought forward to allow for WAL. This
>> patch would bridge that gap.
> 
> Well I think what people do is what GIST did early on -- they just don't
> support recoverability until they get merged into core.

What other constraints are there on such non-in-core indexex?  Early (2005)
GIST indexes were very painful in production environments because vacuuming
them held locks for a *long* time (IIRC, an hour or so on my database) on
the indexes locking out queries.  Was that just a shortcoming of the
implementation, or was it a side-effect of them not supporting recoverability.
If the latter, I think that's a good reason to try to avoid developing new
index types the same way the GIST guys did.




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: FWD: Re: Updated backslash consistency patch
Следующее
От: Martin Pihlak
Дата:
Сообщение: Re: reducing statistics write overhead