|
@@ -5,6 +5,11 @@ listen_addresses = '*'
|
|
|
max_connections = 2000
|
|
max_connections = 2000
|
|
|
ssl = false
|
|
ssl = false
|
|
|
|
|
|
|
|
|
|
+# Tuning AIO in PostgreSQL 18:
|
|
|
|
|
+# https://vondra.me/posts/tuning-aio-in-postgresql-18
|
|
|
|
|
+# The config.sh script sets the actual value based on that article and the runtime environment.
|
|
|
|
|
+io_workers = 32
|
|
|
|
|
+
|
|
|
# values from: http://blog.pgaddict.com/posts/performance-since-postgresql-7-4-to-9-4-pgbench
|
|
# values from: http://blog.pgaddict.com/posts/performance-since-postgresql-7-4-to-9-4-pgbench
|
|
|
# details: http://www.postgresql.org/docs/9.4/static/runtime-config-resource.html
|
|
# details: http://www.postgresql.org/docs/9.4/static/runtime-config-resource.html
|
|
|
# http://www.postgresql.org/docs/9.4/static/runtime-config-wal.html
|
|
# http://www.postgresql.org/docs/9.4/static/runtime-config-wal.html
|