Skip to content

Documentation example set "autovacuum" to "off", which sould not be done most of the time #693

Open
@RangelReale

Description

@RangelReale

TL;DR

Documentation example sets

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.

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions