-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: 6.0.5
-
Component/s: None
-
None
-
ALL
-
Hi there, I try to use clustered collection. But I found out when I use find method with query {_id: { $in: ["1", "2"] }}
when there are more than one condition in $in array, the query performance is really bad because it fallback from CLUSTERED_IXSCAN to COLLSCAN