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 d78b681 commit 87dd7b7Copy full SHA for 87dd7b7
1 file changed
ansible/roles/postgres/templates/postgresql.conf.j2
@@ -51,3 +51,9 @@ max_worker_processes = 10
51
max_parallel_workers_per_gather = 4
52
max_parallel_workers = 10
53
max_parallel_maintenance_workers = 4
54
+
55
+shared_preload_libraries = 'pg_stat_statements'
56
57
+compute_query_id = on
58
+pg_stat_statements.max = 10000
59
+pg_stat_statements.track = all
0 commit comments