-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
sig/plannerSIG: PlannerSIG: Plannersig/transactionSIG:TransactionSIG:Transactiontype/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.
Description
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,
Line 414 in e52dbd6
| // TODO: implement UnionScan + IndexMerge |
This fixes the todo here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
sig/plannerSIG: PlannerSIG: Plannersig/transactionSIG:TransactionSIG:Transactiontype/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.