VACUUM PARALLEL option vs. max_parallel_maintenance_workers

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема VACUUM PARALLEL option vs. max_parallel_maintenance_workers
Дата
Msg-id 36aa8aea-61b7-eb3c-263b-648e0cb117b7@2ndquadrant.com
обсуждение исходный текст
Ответы Re: VACUUM PARALLEL option vs. max_parallel_maintenance_workers
Список pgsql-hackers
If I read the code correctly, the VACUUM PARALLEL option is capped by 
the active max_parallel_maintenance_workers setting.  So if I write 
VACUUM (PARALLEL 5), it will still only do 2 by default.  Is that 
correct?  The documentation (VACUUM man page) seems to indicate a 
different behavior.

I haven't been able to set up something to test or verify this either way.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Resetting spilled txn statistics in pg_stat_replication
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: VACUUM PARALLEL option vs. max_parallel_maintenance_workers