Re: Need explanation on index size

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Need explanation on index size
Дата
Msg-id CAH2-Wz=jfvT1tuk6mq+zuY_dmX0g6emoPN1wC56Jr2f-0+jKhw@mail.gmail.com
обсуждение исходный текст
Ответ на Need explanation on index size  (Guillaume Luchet <g.luchet@bilendi.com>)
Список pgsql-general
On Thu, Sep 24, 2020 at 6:55 AM Guillaume Luchet <g.luchet@bilendi.com> wrote:
> I don’t understand why after the update where I only update a non indexed column the indexes size is growing. Is it
somethingsomeone can explain ? 

If you reduce the table fillfactor then these updates will all be HOT
updates. That will make the table larger initially, but leaving enough
space behind on the same heap pages for successor tuples makes it
possible to use HOT updates.


--
Peter Geoghegan



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

Предыдущее
От: Chris Sterritt
Дата:
Сообщение: Re: Need explanation on index size
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: multiple tables got corrupted