Skip to content

Conversation

ericharmeling
Copy link
Contributor

Fixes #6447.

  • Added EXPLAIN(DISTSQL,TYPES) and example statement and diagram to EXPLAIN page.
  • Added data type description to physical plan diagram table on EXPLAIN ANALYZE page.
  • Fixed some wording in 19.1, 19.2, and 20.1 docs.
  • Updated 20.1 physical plan diagrams.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@ericharmeling ericharmeling requested a review from yuzefovich April 1, 2020 21:27
@ericharmeling ericharmeling force-pushed the explain-distsql-types branch from 93c7f21 to c88432b Compare April 1, 2020 21:38
Copy link
Member

@yuzefovich yuzefovich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that on 20.1 new explain-analyze-distsql-plan.png image has the diagram of the vectorized plan. Now that we decided to preserve 19.2 behavior with regards to vectorize setting, I don't think we want the change to the diagram.

Reviewed 8 of 8 files at r1.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained

@ericharmeling ericharmeling force-pushed the explain-distsql-types branch from c88432b to 8f6c072 Compare April 2, 2020 12:17
@ericharmeling
Copy link
Contributor Author

@yuzefovich Got it. Thanks. I updated the PR.

Re: "we decided to preserve 19.2 behavior with regards to vectorize setting", we should follow up about #7007 offline.

@ericharmeling ericharmeling requested a review from jseldess April 2, 2020 15:47
Copy link
Member

@yuzefovich yuzefovich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @jseldess)

Copy link
Contributor

@jseldess jseldess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: :shipit: complete! 2 of 0 LGTMs obtained (waiting on @jseldess)

@ericharmeling ericharmeling merged commit c6b2c37 into master Apr 8, 2020
@ericharmeling ericharmeling deleted the explain-distsql-types branch April 8, 2020 13:35
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 this pull request may close these issues.

execinfrapb: print out input types for EXPLAIN (DISTSQL, TYPES)
4 participants