Re: GiST insert algorithm rewrite

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: GiST insert algorithm rewrite
Дата
Msg-id 5423.1289940375@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: GiST insert algorithm rewrite  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: GiST insert algorithm rewrite  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> Oh.  So do the indexes just degrade over time until they eventually
> need to be REINDEX'd?

At some point you might reach a state where a reindex would be helpful.
But the same is true of btrees.  I don't think this is a serious
objection, at least not unless backed by evidence that the tree often
degrades rapidly.  Anyway fixing it would be material for a different
patch.
        regards, tom lane


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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Per-column collation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: unlogged tables