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

sql: add support for ANALYZE <tablename> #7841

Closed
jseldess opened this issue Jul 30, 2020 · 0 comments · Fixed by #8657
Closed

sql: add support for ANALYZE <tablename> #7841

jseldess opened this issue Jul 30, 2020 · 0 comments · Fixed by #8657
Assignees
Labels
C-product-change P-1 High priority; must be done this release
Milestone

Comments

@jseldess
Copy link
Contributor

PR: cockroachdb/cockroach#49816

From release notes:

For Postgres compatibility, CockroachDB now supports the ANALYZE <tablename> statement that collects statistics on the given table for use by the optimizer. The statement is functionally equivalent to the existing CREATE STATISTICS statement. [#49816][#49816] {% comment %}doc{% endcomment %}

@jseldess jseldess added this to the 20.2 milestone Jul 30, 2020
@lnhsingh lnhsingh added the A-sql label Jul 31, 2020
@ericharmeling ericharmeling added the P-1 High priority; must be done this release label Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-product-change P-1 High priority; must be done this release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants