Re: A couple thoughts about btree fillfactor

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: A couple thoughts about btree fillfactor
Дата
Msg-id 23878.1152559021@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: A couple thoughts about btree fillfactor  (mark@mark.mielke.cc)
Список pgsql-hackers
mark@mark.mielke.cc writes:
> ... Do you think there should be a way of packing certain
> indexes tighter, once they are known to be mostly read only? For
> example, an option on REINDEX? This would free PostgreSQL to use a
> smaller fillfactor while still allowing people to optimize those of
> their tables that would benefit from a higher fillfactor once they
> become mostly static?

Isn't it sufficient to change the fillfactor and REINDEX?
        regards, tom lane


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

Предыдущее
От: Tzahi Fadida
Дата:
Сообщение: CTIDs invalidations and dropping columns.
Следующее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: Removing AddDepends; should I bother with a project?