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

Ensure create-indexes runs ANALYZE as part of it #611

Closed
vjeeva opened this issue Nov 5, 2024 · 0 comments · Fixed by #612
Closed

Ensure create-indexes runs ANALYZE as part of it #611

vjeeva opened this issue Nov 5, 2024 · 0 comments · Fixed by #612

Comments

@vjeeva
Copy link
Contributor

vjeeva commented Nov 5, 2024

Problem:

  • After creating indexes, ANALYZE needs to be run.
  • We tell people to run it separately after
  • Since it basically always has to be run after, may as well run it as part of it.

Definition of Done

  • Run ANALYZE (without statement timeout) as part of the CREATE INDEX command
  • Update Quickstart guide to not run ANALYZE separately necessarily, but run it as a precaution.
vjeeva added a commit that referenced this issue Nov 6, 2024
feat: run ANALYZE as part of create-indexes #611
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant