planner: not push down mpp/join to TiFlash in some cases that TiFlash not supported the query#23259
Conversation
|
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
|
…hdown_to_tiflash_in_some_cases
|
/lgtm |
…hdown_to_tiflash_in_some_cases
|
/run-all-tests |
| tk.MustExec("analyze table table_1") | ||
|
|
||
| // Create virtual tiflash replica info. | ||
| dom := domain.GetDomain(tk.Se) |
There was a problem hiding this comment.
would here set tiflash replica like this way?
https://github.com/pingcap/tidb/pull/23056/files#diff-71a2dde4dc9f29476f96c621ad0c11f6fc3f7b45185e11cb16f44acf46954cfeR328
| return joins, true | ||
| } | ||
|
|
||
| func canExprsInJoinPushdown(p *LogicalJoin, storeType kv.StoreType) bool { |
There was a problem hiding this comment.
Are there similar case for agg?
…hdown_to_tiflash_in_some_cases
|
/LGTM |
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by writing |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: c661abe |
|
/run-all-tests |
|
/run-check_dev_2 |
|
/run-all-tests |
|
/run-check_dev_2 |
|
/run-all-tests |
This reverts commit c661abe.
|
/run-all-tests |
|
/lgtm |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: ab4daa7 |
|
@windtalker: Your PR was out of date, I have automatically updated it for you. At the same time I will also trigger all tests for you: /run-all-tests If the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
What problem does this PR solve?
In some cases, TiFlash does not support MPP execution, so TiDB should disable generating mpp plan.
Issue Number: close pingcap/tiflash#1520
Problem Summary:
What is changed and how it works?
Proposal: xxx
What's Changed:
How it Works:
Related changes
pingcap/docs/pingcap/docs-cn:Check List
Tests
Side effects
Release note