Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2b87dd8

Browse files
committed
Improve postgresql.conf.sample comments about parallel workers.
David Rowley, reviewed by Amit KapilaDiscussion:http://postgr.es/m/CAKJS1f8gPEUPscj6kSqpveMnnx9_3ZypzwsKstv+8atx6VmjBg@mail.gmail.com
1 parent506f054 commit2b87dd8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/backend/utils/misc/postgresql.conf.sample

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,9 @@
161161

162162
#effective_io_concurrency = 1# 1-1000; 0 disables prefetching
163163
#max_worker_processes = 8# (change requires restart)
164-
#max_parallel_workers_per_gather = 2# taken from max_worker_processes
165-
#max_parallel_workers = 8 # total maximum number of worker_processes
164+
#max_parallel_workers_per_gather = 2# taken from max_parallel_workers
165+
#max_parallel_workers = 8 # maximum number of max_worker_processes that
166+
# can be used in parallel queries
166167
#max_logical_replication_workers = 4# taken from max_worker_processes
167168
#old_snapshot_threshold = -1# 1min-60d; -1 disables; 0 is immediate
168169
# (change requires restart)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp