Re: Index bloat problem?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Index bloat problem?
Дата
Msg-id 200504211656.18324.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: Index bloat problem?  (Bill Chandler <billybobc1210@yahoo.com>)
Список pgsql-performance
Bill,

> If I deleted 75% of the rows but had a max_fsm_pages
> setting that still exceeded the pages required (as
> indicated in VACUUM output), would that solve my
> indexing problem or would I still need to REINDEX
> after such a purge?

Depends on the performance you're expecting.    The FSM relates the the re-use
of nodes, not taking up free space.   So after you've deleted 75% of rows,
the index wouldn't shrink.  It just wouldn't grow when you start adding rows.

--
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: Bill Chandler
Дата:
Сообщение: Re: Index bloat problem?
Следующее
От: John A Meinel
Дата:
Сообщение: Re: Index bloat problem?