Table parameters - autovacuum Yes/No

Поиск
Список
Период
Сортировка
От
Тема Table parameters - autovacuum Yes/No
Дата
Msg-id 09af01d8a68c$803cf360$80b6da20$@yahoo.com
обсуждение исходный текст
Список pgsql-admin

Hello,

 

When I turn on AutoVacuum on a partitioned table via ALTER TABLE, (on the individual leaf partitions), where can I see it in the GUI PGadmin 4? If I look at the properties of the table, I see no Autovacuum

 

ALTER TABLE partition1 SET (autovacuum_vacuum_scale_factor = 0.0);

ALTER TABLE partition1 SET (autovacuum_vacuum_threshold = 100000);

ALTER TABLE partition2 SET (autovacuum_vacuum_scale_factor = 0.0);

ALTER TABLE partition2 SET (autovacuum_vacuum_threshold = 100000);

ALTER TABLE   partition1 SET (autovacuum_enabled = true);

ALTER TABLE   partition2 SET (autovacuum_enabled = true);

 

 

Table parameter after the ALTER statements

 

 

Вложения

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

Предыдущее
От:
Дата:
Сообщение: RE: Partitioned table with fillfactor
Следующее
От: David Steele
Дата:
Сообщение: Re: WAL restore/recovery fills pg_wal volume