Type: | integer |
Défaut: | 3 |
Min: | 1 |
Max: | 262143 |
Contexte: | postmaster |
Redémarrer: | true |
Indique le nombre maximum de processus autovacuum (autre que le lanceur d'autovacuum) qui peuvent être exécutés simultanément. La valeur par défaut est 3. Ce paramètre ne peut être configuré qu'au lancement du serveur.
Recommandations [EN]
If you have an installation with many tables (100's to 1000's) or with some tables which autovacuum takes hours to process, you may want to add additional autovacuum workers so that multiple tables can be vacuumed at once. Be conservative, though, as each autovacuum worker will utilize a separate CPU core, memory and I/O.
Sur StackOverflow
Sur pgsql-hackers
- Re: allow changing autovacuum_max_workers without restarting
- Re: scalability bottlenecks with (many) partitions (and more)
- remove check hooks for GUCs that contribute to MaxBackends
- Re: remove check hooks for GUCs that contribute to MaxBackends
- Re: Refactoring postmaster's code to cleanup after child exit