Re: Index bloat, reindex weekly, suggestions etc?

Поиск
Список
Период
Сортировка
От Tory M Blue
Тема Re: Index bloat, reindex weekly, suggestions etc?
Дата
Msg-id 8a547c840810171015x7b330cc0h23f5afa7fc9d3ff5@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Index bloat, reindex weekly, suggestions etc?  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Список pgsql-performance
On Fri, Oct 17, 2008 at 10:02 AM, Scott Marlowe <scott.marlowe@gmail.com> wrote:
> On Fri, Oct 17, 2008 at 10:47 AM, Tory M Blue <tmblue@gmail.com> wrote:
>> DETAIL:  A total of 501440 page slots are in use (including overhead).
>> 501440 page slots are required to track all free space.
>> Current limits are:  1087500 page slots, 430 relations, using 6401 kB.
>> VACUUM
>>
>> that looks fine
>
> That's still a lot of dead space.  You might do better with more
> aggresive autovacuuming settings.


Hmmm, autovac is on by default and it appears I've left most of the
default settings in play, but since I don't get any fsm warnings,
things seem to be running cleanly.

autovacuum_max_workers = 5              # max number of autovacuum subprocesses

autovacuum_vacuum_threshold = 1000      # min number of row updates before
                                        # vacuum
autovacuum_analyze_threshold = 2000     # min number of row updates before
                                        # analyze

in fact there is a vac running right now :)

Thanks Scott!

Tory

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Index bloat, reindex weekly, suggestions etc?
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Index bloat, reindex weekly, suggestions etc?