You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
database_flags = [{ name = "autovacuum", value = "off" }]
which should not be done most of the time.
Terraform Resources
No response
Detailed design
Initial implementations often copy-paste the initial configuration. It was done in our case, and our databases have been months without VACCUUM, making us have lots of performance issues.
I think the main example should show the most usual configuration to avoid these common mistakes.