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

Update explain result. #424

Merged
merged 7 commits into from
Mar 24, 2020
Merged

Update explain result. #424

merged 7 commits into from
Mar 24, 2020

Conversation

LittleFall
Copy link
Contributor

@LittleFall LittleFall commented Mar 23, 2020

Update explain result after pr/15507:

  • For EXPLAIN and EXPLAIN ANALYZE, add column access object after column task, it includes table name or index name.
  • Reorder EXPLAIN ANALYZE columns.
  • Add build and probe side display for index merge operator in EXPLAIN.
  • Show index name(besides index columns) in EXPLAIN.
  • Unify HashLeftJoin and HashRightJoin to HashJoin.

@LittleFall LittleFall changed the title Update sql-execution-plan.md Update explain result. Mar 23, 2020
@LittleFall
Copy link
Contributor Author

@zz-jason PTAL

Copy link
Member

@zz-jason zz-jason left a comment

Choose a reason for hiding this comment

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

LGTM

@zz-jason zz-jason requested a review from winkyao March 23, 2020 15:52
@ngaut ngaut merged commit 0f966df into tidb-incubator:master Mar 24, 2020
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.

3 participants