Add maintenance_io_concurrency to postgresql.conf.sample.

New GUC from commit fc34b0d9.
pull/51/head
Thomas Munro 6 years ago
parent 3a5e22138a
commit 37b3794dfc
  1. 1
      src/backend/utils/misc/postgresql.conf.sample

@ -174,6 +174,7 @@
# - Asynchronous Behavior -
#effective_io_concurrency = 1 # 1-1000; 0 disables prefetching
#maintenance_io_concurrency = 10 # 1-1000; 0 disables prefetching
#max_worker_processes = 8 # (change requires restart)
#max_parallel_maintenance_workers = 2 # taken from max_parallel_workers
#max_parallel_workers_per_gather = 2 # taken from max_parallel_workers

Loading…
Cancel
Save