Re: A couple thoughts about btree fillfactor

Поиск
Список
Период
Сортировка
От mark@mark.mielke.cc
Тема Re: A couple thoughts about btree fillfactor
Дата
Msg-id 20060710192240.GA20314@mark.mielke.cc
обсуждение исходный текст
Ответ на A couple thoughts about btree fillfactor  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Mon, Jul 10, 2006 at 03:17:01PM -0400, Tom Lane wrote:
> 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?

I've never tried that - if it works sure... :-)

Thanks,
mark

-- 
mark@mielke.cc / markm@ncf.ca / markm@nortel.com     __________________________
.  .  _  ._  . .   .__    .  . ._. .__ .   . . .__  | Neighbourhood Coder
|\/| |_| |_| |/    |_     |\/|  |  |_  |   |/  |_   | 
|  | | | | \ | \   |__ .  |  | .|. |__ |__ | \ |__  | Ottawa, Ontario, Canada
 One ring to rule them all, one ring to find them, one ring to bring them all                      and in the darkness
bindthem...
 
                          http://mark.mielke.cc/



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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: More nuclear options
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Removing AddDepends; should I bother with a project?