-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Support IndexMerge with UnionScan #28494
Labels
sig/planner
SIG: Planner
sig/transaction
SIG:Transaction
type/enhancement
The issue or PR belongs to an enhancement.
Comments
for some context, see pingcap/docs-cn#7237 |
I think it already supportted in v7.1, so close it.
|
related PR #29875 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
sig/planner
SIG: Planner
sig/transaction
SIG:Transaction
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
currently TiDB's IndexMerge has a restriction that if it is in a transaction that has data changed before, it can not be applied, because we haven't yet supported index merge with union scan,
tidb/planner/core/stats.go
Line 414 in e52dbd6
This fixes the todo here.
The text was updated successfully, but these errors were encountered: