-
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
planner: fix index merge plan when expr cannot be pushed to tikv #30341
Merged
ti-chi-bot
merged 32 commits into
pingcap:master
from
guo-shaoge:fix_index_merge_sel_plan
Dec 23, 2021
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
56bf325
planner: fix index merge plan when expr has not been pushed to tikv.
guo-shaoge c5d2ddb
Merge branch 'master' of https://github.com/pingcap/tidb into fix_ind…
guo-shaoge c4dc91f
Merge branch 'master' into fix_index_merge_sel_plan
qw4990 b60786e
Merge branch 'master' into fix_index_merge_sel_plan
guo-shaoge 4800457
fix comment
guo-shaoge 7de60f4
Merge branch 'fix_index_merge_sel_plan' of github.com:guo-shaoge/tidb…
guo-shaoge b4654ea
fix comment
guo-shaoge cc74a3e
fix cannot be pushed expr in partial_path.IndexFilters
guo-shaoge 594b734
Merge branch 'master' into fix_index_merge_sel_plan
guo-shaoge bc26b95
Merge branch 'fix_index_merge_sel_plan' of github.com:guo-shaoge/tidb…
guo-shaoge 5d98c2c
fix cost
guo-shaoge 7f00244
Update planner/core/find_best_task.go
guo-shaoge eba2cbd
Update planner/core/find_best_task.go
guo-shaoge 9b4ec81
Update planner/core/find_best_task.go
guo-shaoge b59caf3
check partial path's TableFilters can be pushed to TiKV or not.
guo-shaoge 3630fdb
Merge branch 'master' of https://github.com/pingcap/tidb into fix_ind…
guo-shaoge bc8c836
fix
guo-shaoge 9187957
fix didn't push not expr
guo-shaoge b89e269
fix est row
guo-shaoge fb21ec4
check expr can be pushed in ds.pushedDownConds
guo-shaoge 19ffe55
add more comment
guo-shaoge e3f3e2e
fix index on virtual column for index merge
guo-shaoge e249201
fix typo
guo-shaoge cfe8309
Merge branch 'master' into fix_index_merge_sel_plan
guo-shaoge f47ebc9
fix case in index_merge_reader_test.go
guo-shaoge 11e5179
fix case
guo-shaoge 887bccd
a simple way to do same thing
guo-shaoge 1d6abd4
fix warnings and case
guo-shaoge b75d087
fix comment
guo-shaoge ff0fb07
add index merge warnings
guo-shaoge 8b50eec
fix warning case
guo-shaoge a78dc67
Merge branch 'master' into fix_index_merge_sel_plan
ti-chi-bot 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
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
Selection_12
not push down:c3
is generated column.