We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77387f0 commit 83fbfecCopy full SHA for 83fbfec
doc/src/sgml/maintenance.sgml
@@ -632,7 +632,9 @@ HINT: Stop the postmaster and use a standalone backend to VACUUM in "mydb".
632
<varname>autovacuum_max_workers</> databases to be processed,
633
the next database will be processed as soon as the first worker finishes.
634
Each worker process will check each table within its database and
635
- execute <command>VACUUM</> and/or <command>ANALYZE</> as needed.
+ execute <command>VACUUM</> and/or <command>ANALYZE</> as needed.
636
+ <varname>log_autovacuum_min_duration</varname> can be used to monitor
637
+ autovacuum activity.
638
</para>
639
640
<para>
0 commit comments