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
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
Labels
DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the dbMost users are unlikely to come across this or unexpected workflowMinor significance, cosmetic issues, low or no impact to users.New features, changes in functionality, improvements in performance, or user-facing enhancements.