Re: POC: Parallel processing of indexes in autovacuum
zengman <zengman@halodbtech.com>
From: zengman <zengman@halodbtech.com>
To: Daniil Davydov <3danissimo@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2026-01-07T13:51:05Z
Lists: pgsql-hackers
Hi, I noticed one thing: autovacuum_max_parallel_workers is initialized to 0 in globals.c, but its GUC default (boot_val) is '2' in guc_parameters.dat. While GUC overrides it on startup, this mismatch may cause confusion. Perhaps we should modify this to match the approach for max_parallel_workers. -- Regards, Man Zeng www.openhalo.org
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Allow autovacuum to use parallel vacuum workers.
- 1ff3180ca016 19 (unreleased) landed
-
Add parallel vacuum worker usage to VACUUM (VERBOSE) and autovacuum logs.
- adcdbe93860b 19 (unreleased) landed
-
doc: Put new options in consistent order on man pages
- bc35adee8d7a 18.0 cited