-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
*: Refine Explain's format. #15507
Merged
Merged
*: Refine Explain's format. #15507
Changes from 56 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
f4012e3
Merge pull request #1 from pingcap/master
LittleFall d3156f1
Merge pull request #2 from pingcap/master
LittleFall 6de0def
Merge pull request #3 from pingcap/master
LittleFall 60b828f
Merge pull request #4 from pingcap/master
LittleFall 72030d9
Merge pull request #5 from pingcap/master
LittleFall c380cee
Merge pull request #6 from pingcap/master
LittleFall 7fe6127
Merge pull request #7 from pingcap/master
LittleFall def8669
Merge pull request #8 from pingcap/master
LittleFall 2c20a5e
Merge pull request #9 from pingcap/master
LittleFall ff0b9d9
Merge pull request #10 from pingcap/master
LittleFall 809fcce
Add needed column and reorder them.
LittleFall e604737
Add column `estCost` for explain result.
LittleFall 8abde33
Accurate `estCost` to 0.01.
LittleFall 11967ec
Merge remote-tracking branch 'pingcap/master' into explain-last
LittleFall f0d152e
Merge remote-tracking branch 'pingcap/master' into explain-last
LittleFall 17e1d20
Add `accessObject` value.
LittleFall 0530889
Add comment for AccessObejctInfo.
LittleFall 7a39099
Merge remote-tracking branch 'pingcap/master' into explain-last
LittleFall 11374ad
Merge remote-tracking branch 'pingcap/master' into explain-last
LittleFall 2ac3d2d
Merge remote-tracking branch 'pingcap/master' into explain-last
LittleFall f1d052d
Merge remote-tracking branch 'pingcap/master' into explain-last
LittleFall 886f9f6
Fix bug: `execution info` should be front of `operator info`.
LittleFall b4fa556
Remove `estCost`.
LittleFall 91ad109
Merge remote-tracking branch 'pingcap/master' into explain-last
LittleFall ec93d8d
Change explain title in `explaintest`.
LittleFall 0a3b74e
Middle save.(Fix to explain_easy)
LittleFall fd4396d
Middle save.(Fix to explain_join_stats)
LittleFall 4ec1d2f
Merge remote-tracking branch 'pingcap/master' into explain-last
LittleFall b04a7c8
Update test files;
LittleFall 3702841
Fix bug.
LittleFall 72869dd
Merge remote-tracking branch 'pingcap/master' into explain-last
LittleFall e929bab
Show build and probe suffix for index merge operator.
LittleFall 07786ef
Add accessObject of `MemTableScan`.
LittleFall b7f4f9c
show index name in explain result.
LittleFall 49ad017
Update explaintest.
LittleFall 60ea03f
Update global test files.
LittleFall 6e61465
Remove `_0` in explain result.
LittleFall f31d38a
Unify `HashLeftJoin` and `HashRightJoin` to `HashJoin`.
LittleFall 32104f6
Update test files.
LittleFall 67c432c
Merge remote-tracking branch 'pingcap/master' into explain-last
LittleFall 44edbb1
Update test files after merge.
LittleFall 2ab62f7
Update test files after merge.
LittleFall d3827d6
Merge branch 'master' into explain-last
zz-jason ab4e3e5
Merge remote-tracking branch 'pingcap/master' into explain-last
LittleFall d69ca8d
fix merge bug.
LittleFall 1190876
Merge remote-tracking branch 'pingcap/master' into explain-last
LittleFall a305254
Merge remote-tracking branch 'pingcap/master' into explain-last
LittleFall 355dae1
Fix test file bug.
LittleFall 949ad8e
add some random thing to test
LittleFall 4795494
remove random test things.
LittleFall 84c97f2
Merge remote-tracking branch 'pingcap/master' into explain-last
LittleFall 8b29cc3
Merge branch 'master' into explain-last
LittleFall 5a0d808
Merge branch 'master' into explain-last
LittleFall f53b4d5
Merge remote-tracking branch 'pingcap/master' into explain-last
LittleFall 6a9bf17
Merge remote-tracking branch 'qizhi/explain-last' into explain-last
LittleFall 89d6316
Merge branch 'master' into explain-last
LittleFall 35ec1dd
Merge branch 'master' into explain-last
LittleFall File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why there is a redundant tab`?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because their
access object
is empty.I think write nothing instead of "N/A" can make table a liitle cleaner. Because there are so much empty in
AccessObject
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
got it.