autovacuum_vacuum_insert_scale_factor
A server parameter specifying the fraction of the table size to add to autovacuum_vacuum_insert_threshold when deciding whether to trigger an autovacuum
autovacuum_vacuum_insert_scale_factor
is a configuration parameter specifying the fraction of the table size to add to autovacuum_vacuum_insert_threshold
when deciding whether to trigger an autovacuum.
autovacuum_vacuum_insert_scale_factor
was added in PostgreSQL 13.
Default value
The default value for autovacuum_vacuum_insert_scale_factor
is: 0.2
.
Change history
- PostgreSQL 13
- added (commit b07642db)
References
- PostgreSQL documentation: autovacuum_vacuum_insert_scale_factor
Categories
See also
autovacuum_vacuum_insert_threshold, autovacuum_vacuum_scale_factor