Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Won't Fix
-
None
-
None
-
None
-
ALL
-
QE 2022-05-02
Description
Currently, we do not use wildcard indexes because they do not contain entries for null values.
We could make the plan dynamic and use the index join strategy with wildcard index only if there is a non-null value. Otherwise, use another index or another strategy.