Skip to content

Add notes to the readme about safe_remove_concurrent_index #135

@rkrage

Description

@rkrage

While this method is safe from the perspective of Postgres, it is only safe-ish from the perspective of the application. Removing an index will not result in any data loss, but it can cause performance degradation. We don't have a class of safe-ish methods (that would probably add too much complexity), so let's just document this in the readme.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions