shared_buffers should allocate more RAM #52
collimarco
started this conversation in
General
Replies: 1 comment
-
From https://pgtune.leopard.in.ua/#/about Pgtune know nothing about size of your database and tables, complexity of a queries. So it is starting point to tune your database, not final answer for all cases. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I used your settings in production with 32GB of RAM and 16 cores. The database has tens of millions of rows. I noticed much better performance by increasing shared buffers from 8 GB (what you suggest) to 12 GB.
Many heavy queries that used to time out, now work perfectly.
Maybe you can consider to increase that value.
Beta Was this translation helpful? Give feedback.
All reactions