Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Have background updates that create indices report their progress #15087

Open
@DMRobertson

Description

Postgres 12 introduces a way for connections to interrogate the status of a CREATE INDEX in progress, see https://www.postgresql.org/docs/12/progress-reporting.html

It would be great to have background index creation periodically query this data and store it in the background_updates table, so we have a way to get some feedback on how index creation is going.

Metadata

Assignees

No one assigned

    Labels

    A-DatabaseDB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the dbO-UncommonMost users are unlikely to come across this or unexpected workflowS-TolerableMinor significance, cosmetic issues, low or no impact to users.T-EnhancementNew features, changes in functionality, improvements in performance, or user-facing enhancements.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions