We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f13376 commit 5c9f2f9Copy full SHA for 5c9f2f9
src/backend/utils/misc/postgresql.conf.sample
@@ -195,9 +195,9 @@
195
#effective_io_concurrency = 1 # 1-1000; 0 disables prefetching
196
#maintenance_io_concurrency = 10 # 1-1000; 0 disables prefetching
197
#max_worker_processes = 8 # (change requires restart)
198
-#max_parallel_workers_per_gather = 2 # taken from max_parallel_workers
199
-#max_parallel_maintenance_workers = 2 # taken from max_parallel_workers
200
-#max_parallel_workers = 8 # maximum number of max_worker_processes that
+#max_parallel_workers_per_gather = 2 # limited by max_parallel_workers
+#max_parallel_maintenance_workers = 2 # limited by max_parallel_workers
+#max_parallel_workers = 8 # number of max_worker_processes that
201
# can be used in parallel operations
202
#parallel_leader_participation = on
203
0 commit comments