See this answer and this article. Currently the autovacuum settings for postgres are:
I have a table with many reads and writes and it's getting painfully slow. Is it possible to change the values of I would like to set those settings to these values:
asked 13 Aug '19, 18:39 webtweakers |
No, it is not possible to customize the serverwide install of Postgresql. You would need to install your own instance. Private Postgresql answered 13 Aug '19, 19:41 bmeyer71 ♦♦ I thought so... I'll look into that. Thanks.
(14 Aug '19, 11:20)
webtweakers
|