Тип: | integer |
По умолчанию: | 3 |
Минимальный: | 1 |
Максимальный: | 262143 |
Контекст: | postmaster |
Перезапуск: | true |
Задаёт максимальное число процессов автоочистки (не считая процесс, запускающий автоочистку), которые могут выполняться одновременно. По умолчанию это число равно трём. Задать этот параметр можно только при запуске сервера.
Рекомендации [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.
На StackOverflow
На pgsql-hackers
- Re: allow changing autovacuum_max_workers without restarting
- 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
- problems with "Shared Memory and Semaphores" section of docs