Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include percentage complete information during migration start #492

Open
andrew-farries opened this issue Nov 26, 2024 · 0 comments
Open
Labels
enhancement New feature or request
Milestone

Comments

@andrew-farries
Copy link
Collaborator

On migration start, pgroll currently provides progress updates in terms of the number of rows backfilled:

Screen.Recording.2023-09-26.at.15.18.38.mov

pgroll should also include at least an estimate of the total number of rows in the table being backfilled.

One approach to this would be to use row estimates from system catalogs, to avoid running COUNT(*) on large tables, falling back to a COUNT(*) only if the estimate is 0.

@andrew-farries andrew-farries added the enhancement New feature or request label Nov 26, 2024
@andrew-farries andrew-farries added this to the v1 milestone Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant