Re: For index bloat: VACUUM ANALYZE vs REINDEX/CLUSTER

Поиск
Список
Период
Сортировка
От Greg Williamson
Тема Re: For index bloat: VACUUM ANALYZE vs REINDEX/CLUSTER
Дата
Msg-id 46F024FA.50909@digitalglobe.com
обсуждение исходный текст
Ответ на Re: For index bloat: VACUUM ANALYZE vs REINDEX/CLUSTER  (Richard Broersma Jr <rabroersma@yahoo.com>)
Ответы Re: For index bloat: VACUUM ANALYZE vs REINDEX/CLUSTER  ("Phoenix Kiula" <phoenix.kiula@gmail.com>)
Список pgsql-general
Richard Broersma Jr wrote:
> --- Gregory Williamson <Gregory.Williamson@digitalglobe.com> wrote:
>
>
>> A very low fill factor means that pages are
>> "sparse" and so inserts and updates are less likely to trigger massive b-tree rebalancings.
>>
>
> I take it that "massive b-tree rebalancings" could cause a problem with the performance of disk
> writing though-put from UPDATEs and INSERTs?
>
> Regards,
> Richard Broersma Jr.
>
Precisely -- even if it can keep everything in RAM it can occupy quite a
few cycles to rebalance a large b-tree. And eventually those changes do
need to get written to disk so the next checkpoint (I think) will also
have more work.
G

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

Предыдущее
От: Richard Broersma Jr
Дата:
Сообщение: Re: For index bloat: VACUUM ANALYZE vs REINDEX/CLUSTER
Следующее
От: Ken Logan
Дата:
Сообщение: Re: Problem dropping table