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

release-21.1: sql: add EXPLAIN (VEC) output to the stmt bundle #10262

Closed
lnhsingh opened this issue Apr 6, 2021 · 2 comments · Fixed by #10240
Closed

release-21.1: sql: add EXPLAIN (VEC) output to the stmt bundle #10262

lnhsingh opened this issue Apr 6, 2021 · 2 comments · Fixed by #10240
Assignees
Labels
C-product-change P-1 High priority; must be done this release
Milestone

Comments

@lnhsingh
Copy link
Contributor

lnhsingh commented Apr 6, 2021

PR: cockroachdb/cockroach#62049

From release notes:

Statement diagnostics bundles now contain output of EXPLAIN (VEC) and EXPLAIN (VEC, VERBOSE) commands for the statements. [#62049][#62049] {% comment %}doc{% endcomment %}

@lnhsingh lnhsingh added this to the 21.1 milestone Apr 6, 2021
@lnhsingh lnhsingh added the A-sql label Apr 6, 2021
@ericharmeling ericharmeling added the P-1 High priority; must be done this release label Apr 8, 2021
@ericharmeling
Copy link
Contributor

@ianjevans You might have already documented this?

@ianjevans
Copy link
Contributor

I haven't, but I added it to the mega-PR.

ianjevans pushed a commit that referenced this issue Apr 12, 2021
…0240)

* New EXPLAIN ANALYZE PLAN statement.

* Pass to update all EXPLAIN output.

* Fixes #10127 estimated row count in all operators of EXPLAIN.
Fixes #10020, clarify full vs local distributed execution plans.

* Updates to EXPLAIN ANALYZE.

* Adding new demo workload include.

* Adding new statistics, and renaming KV tuple -> KV row.

* Fixes #9582.

* Fixes #9154.

* Fixes #9109.

* Backport fix for #10020.

* Removing insecure performance tuning tutorial.

* Addressed Radu's review comments.

* Fixes #9553.

* Refactoring to use demo cluster with locality flags.

* Incorporated Andy's review comments.

* Incorporated Eric's feedback.

* Generated new `EXPLAIN ANALYZE` diagram.

* Fixes #10262
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