Vacuum & analyze thresholds-- redundant?

Поиск
Список
Период
Сортировка
От Wells Oliver
Тема Vacuum & analyze thresholds-- redundant?
Дата
Msg-id CAOC+FBUuqhHCHUUYxk2PH24Q2u2B4ORPG91u5QQgpN0oHk8G4g@mail.gmail.com
обсуждение исходный текст
Ответы Re: Vacuum & analyze thresholds-- redundant?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
Does a vacuum prompt an analyze? I have the following settings on a table:

alter table t set (autovacuum_analyze_scale_factor = 0);
alter table t set (autovacuum_analyze_threshold = 10000);

alter table t set (autovacuum_vacuum_scale_factor = 0);
alter table t set (autovacuum_vacuum_threshold = 10000);

Wondering if there is redundancy there.

--

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

Предыдущее
От: Mladen Gogala
Дата:
Сообщение: Re: Large number of partitions of a table
Следующее
От: Ron
Дата:
Сообщение: Re: Large number of partitions of a table