Re: Extreme bloating of intarray GiST indexes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Extreme bloating of intarray GiST indexes
Дата
Msg-id 11725.1304522394@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Extreme bloating of intarray GiST indexes  (Alexander Korotkov <aekorotkov@gmail.com>)
Список pgsql-hackers
Alexander Korotkov <aekorotkov@gmail.com> writes:
> I have another hypothesis about index bloat cause. AFAIK, vaccum procedure
> on GiST don't have any storage utilization guarantee. For example, if only
> one live item is in some page, then only one item will be left in this page.
> I.e. there is no index reroganization during vacuum. If there wouldn't be
> many inserts into such pages in future then they will be stay bloat.

Possibly, but the same is true of btree indexes, and we very seldom see
cases where that's a serious issue.  In any case, this is all just
speculation without evidence --- we need to see actual data to figure
out what's going on.
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: DLL export with mingw-w64: currently a no-op
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: patch for new feature: Buffer Cache Hibernation