Concepts > Attributes (MetaAttributes) > VACUUM \ PostgreSQL
VACUUM \ PostgreSQL
Enables or disables the autovacuum daemon on a particular table. If true, the autovacuum daemon
will initiate a VACUUM operation on a particular table when the number of updated or deleted tuples exceeds autovacuum_vacuum_threshold plus autovacuum_vacuum_scale_factor
times the number of live tuples currently estimated to be in the relation.
Translations
Type
Boolean (2) Standard
 
List of MetaClasses