CNF/DNF of OR is MVIndex, but mv index does not selected #50265
Labels
affects-7.6
feature/developing
the related feature is in development
severity/major
sig/planner
SIG: Planner
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
SELECT item_primary_key FROM items WHERE
? member of (domains) OR
? member of (image_signatures) OR
? member of (canonical_links) OR
json_contains(feed_profile_ids, '[?]')
/+ this dnf item could be used as access condi since it has only one index path/
limit 10
2. What did you expect to see? (Required)
mv index can be selected
3. What did you see instead (Required)
9f9a201fe639fafc3984a2bac2cf792d8cb41e9e3989f92f4d14b244e827ce0e.txt
4. What is your TiDB version? (Required)
master
The text was updated successfully, but these errors were encountered: