Table parameters - autovacuum Yes/No

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

 

 


[Index of Archives]     [Postgresql Home]     [Postgresql General]     [Postgresql Performance]     [Postgresql PHP]     [Postgresql Jobs]     [PHP Users]     [PHP Databases]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Yosemite Forum]

  Powered by Linux