# - Asynchronous Behavior -
-effective_io_concurrency = 200 # 1-1000; 0 disables prefetching
+effective_io_concurrency = 512 # 1-1000; 0 disables prefetching
#maintenance_io_concurrency = 10 # 1-1000; 0 disables prefetching
-max_worker_processes = 16 # (change requires restart)
+max_worker_processes = 32 # (change requires restart)
max_parallel_maintenance_workers = 4 # taken from max_parallel_workers
max_parallel_workers_per_gather = 4 # taken from max_parallel_workers
#parallel_leader_participation = on
-max_parallel_workers = 16 # maximum number of max_worker_processes that
+max_parallel_workers = 32 # maximum number of max_worker_processes that
# can be used in parallel operations
#old_snapshot_threshold = -1 # 1min-60d; -1 disables; 0 is immediate
# (change requires restart)