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, stats: use the jobs framework for CREATE STATISTICS #4374

Closed
jseldess opened this issue Feb 12, 2019 · 1 comment
Closed

sql, stats: use the jobs framework for CREATE STATISTICS #4374

jseldess opened this issue Feb 12, 2019 · 1 comment
Assignees
Labels
C-product-change P-1 High priority; must be done this release
Milestone

Comments

@jseldess
Copy link
Contributor

PR: cockroachdb/cockroach#34279

From release notes:

CREATE STATISTICS now runs as a job instead of as a regular SQL statement. [#34279][#34279] {% comment %}doc{% endcomment %}

@jseldess jseldess added this to the 2.2 milestone Feb 12, 2019
@jseldess
Copy link
Contributor Author

@rmloveland, feel free to close this if it's unnecessary or covered elsewhere.

@jseldess jseldess added A-sql P-1 High priority; must be done this release labels Feb 13, 2019
@jseldess jseldess modified the milestones: 2.2, 19.1 Feb 25, 2019
rmloveland added a commit that referenced this issue Feb 27, 2019
Fixes #4374, #4379.

Summary of changes:

- Update automatic statistics mentions to note that it's on by default,
  and remove instructions for turning it on (since it's already on).

- Update CREATE STATS mentions to note that it creates jobs, and can be
  viewed by SHOW JOBS.

- Update SHOW JOBS page to mention automatic stats.
rmloveland added a commit that referenced this issue Feb 28, 2019
Fixes #4374, #4379.

Summary of changes:

- Update automatic statistics mentions to note that it's on by default,
  and remove instructions for turning it on (since it's already on).

- Update CREATE STATS mentions to note that it creates jobs, and can be
  viewed by SHOW JOBS.

- Update SHOW JOBS page to mention automatic stats.
rmloveland added a commit that referenced this issue Mar 4, 2019
Fixes #4374, #4379.

Summary of changes:

- Update automatic statistics mentions to note that it's on by default,
  and remove instructions for turning it on (since it's already on).

- Update CREATE STATS mentions to note that it creates jobs, and can be
  viewed by SHOW JOBS.

- Update SHOW JOBS page to mention automatic stats.
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

No branches or pull requests

2 participants